#225CAF

Color #225CAF Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #225CAF

Tints of Denim #225CAF

Color information

#225CAF (or 0x225CAF) is unknown color: approx Denim. HEX triplet: 22, 5C and AF. RGB value is (34,92,175). Sum of RGB (Red+Green+Blue) = 34+92+175=301 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.30% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 175 (68.75% from 255 or 58.14% from 301); Max value from RGB is 175 - color contains mainly: blue. Hex color #225CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225CAF is #DDA350. Grayscale: #535353. Windows color (decimal): -14525265 or 11492386. OLE color: 11492386.

HSL color Cylindrical-coordinate representation of color #225CAF: hue angle of 215.32º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #225CAF is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3492175-
CMYK0.810.4700.31
HSL215.32º67.46%40.98%-
HSV(B)215.32º80.57%68.63%-
XYZ12.2211.0942.05-
YUV84.12179.2892.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 11.30%
GREEN value IS 92 (36.33% from 255) = 30.56%
BLUE value IS 175 (68.75% from 255) = 58.14%
R=11.30%
G=30.56%
B=58.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal34921750.810.4700.31215.3267.4640.98
Hex225CAF512F01Fd74329
Octal421342571215703732710351
Binary1000101011100101011111010001101111011111110101111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225CAF; }

 p { color: rgb(34,92,175); }

 H1.HeaderClassName
 {
   color: #225CAF;
 }
 .AnyTagClassName
 {
   color: #225CAF;
 }
</style>
background-color css

<style>
 a { background-color: #225CAF; }

 a { background-color: rgb(34,92,175); }

 div.DivClassName
 {
   background-color: #225CAF;
 }
 .BgClassName
 {
   background-color: #225CAF;
 }
</style>
border-color css

<style>
 span { border-color: #225CAF; }

 span { border-color: rgb(34,92,175); }

 td.TdClassName
 {
   border-color: #225CAF;
 }
 .TagClassName
 {
   border-color: #225CAF;
 }
</style>