#225BA9

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

Shades of Denim #225BA9

Tints of Denim #225BA9

Color information

#225BA9 (or 0x225BA9) is unknown color: approx Denim. HEX triplet: 22, 5B and A9. RGB value is (34,91,169). Sum of RGB (Red+Green+Blue) = 34+91+169=294 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.56% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 169 (66.41% from 255 or 57.48% from 294); Max value from RGB is 169 - color contains mainly: blue. Hex color #225BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225BA9 is #DDA456. Grayscale: #525252. Windows color (decimal): -14525527 or 11098914. OLE color: 11098914.

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

Color convert

RGB3491169-
CMYK0.800.4600.34
HSL214.67º66.5%39.8%-
HSV(B)214.67º79.88%66.27%-
XYZ11.5610.6938.99-
YUV82.85176.6293.16-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.56%
GREEN value IS 91 (35.94% from 255) = 30.95%
BLUE value IS 169 (66.41% from 255) = 57.48%
R=11.56%
G=30.95%
B=57.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal34911690.800.4600.34214.6766.539.8
Hex225BA9502E022d74328
Octal421332511205604232710350
Binary10001010110111010100110100001011100100010110101111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,91,169); }

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

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

 a { background-color: rgb(34,91,169); }

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

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

 span { border-color: rgb(34,91,169); }

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