#225cac

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

Shades of Denim #225CAC

Tints of Denim #225CAC

Color information

#225CAC (or 0x225CAC) is unknown color: approx Denim. HEX triplet: 22, 5C and AC. RGB value is (34,92,172). Sum of RGB (Red+Green+Blue) = 34+92+172=298 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.41% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #225CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225CAC is #DDA353. Grayscale: #535353. Windows color (decimal): -14525268 or 11295778. OLE color: 11295778.

HSL color Cylindrical-coordinate representation of color #225CAC: hue angle of 214.78º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #225CAC is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3492172-
CMYK0.800.4700.33
HSL214.78º66.99%40.39%-
HSV(B)214.78º80.23%67.45%-
XYZ11.9310.9740.52-
YUV83.78177.7892.5-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.41%
GREEN value IS 92 (36.33% from 255) = 30.87%
BLUE value IS 172 (67.58% from 255) = 57.72%
R=11.41%
G=30.87%
B=57.72%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal34921720.800.4700.33214.7866.9940.39
Hex225CAC502F021d74328
Octal421342541205704132710350
Binary10001010111001010110010100001011110100001110101111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225cac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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