#225bb8

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

Shades of Denim #225BB8

Tints of Denim #225BB8

Color information

#225BB8 (or 0x225BB8) is unknown color: approx Denim. HEX triplet: 22, 5B and B8. RGB value is (34,91,184). Sum of RGB (Red+Green+Blue) = 34+91+184=309 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.00% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 184 (72.27% from 255 or 59.55% from 309); Max value from RGB is 184 - color contains mainly: blue. Hex color #225BB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225BB8 is #DDA447. Grayscale: #545454. Windows color (decimal): -14525512 or 12081954. OLE color: 12081954.

HSL color Cylindrical-coordinate representation of color #225BB8: hue angle of 217.2º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #225BB8 is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB3491184-
CMYK0.820.5100.28
HSL217.2º68.81%42.75%-
HSV(B)217.2º81.52%72.16%-
XYZ13.0511.2846.84-
YUV84.56184.1291.94-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.00%
GREEN value IS 91 (35.94% from 255) = 29.45%
BLUE value IS 184 (72.27% from 255) = 59.55%
R=11.00%
G=29.45%
B=59.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal34911840.820.5100.28217.268.8142.75
Hex225BB8523301Cd9452b
Octal421332701226303433110553
Binary1000101011011101110001010010110011011100110110011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225bb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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