Shades of Denim #225CB8
Tints of Denim #225CB8
RGB
CMYK
RGB Variations
Color information
#225CB8 (or 0x225CB8) is known color: Denim. HEX triplet: 22, 5C and B8. RGB value is (34,92,184). Sum of RGB (Red+Green+Blue) = 34+92+184=310 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.97% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 184 (72.27% from 255 or 59.35% from 310); Max value from RGB is 184 - color contains mainly: blue. Hex color #225CB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225CB8 is #DDA347. Grayscale: #545454. Windows color (decimal): -14525256 or 12082210. OLE color: 12082210.
HSL color Cylindrical-coordinate representation of color #225CB8: hue angle of 216.8º 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 #225CB8 is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 34 | 92 | 184 | - |
| CMYK | 0.82 | 0.50 | 0 | 0.28 |
| HSL | 216.8º | 0.69% | 0.43% | - |
| HSV(B) | 216.8º | 0.82% | 0.72% | - |
| XYZ | 13.14 | 11.46 | 46.87 | - |
| YUV | 85.15 | 183.78 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 92 | 184 | 0.82 | 0.50 | 0 | 0.28 | 216.8 | 0.69 | 0.43 |
| Hex | 22 | 5C | B8 | 52 | 32 | 0 | 1C | D9 | 45 | 2B |
| Octal | 42 | 134 | 270 | 122 | 62 | 0 | 34 | 331 | 105 | 53 |
| Binary | 100010 | 1011100 | 10111000 | 1010010 | 110010 | 0 | 11100 | 11011001 | 1000101 | 101011 |
Color Harmonies of #225CB8
Complementary color
Monochromatic Colors of #225CB8
Black with #225CB8
Text Example
Text Example
White with #225CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225CB8; }
p { color: rgb(34,92,184); }
H1.HeaderClassName
{
color: #225CB8;
}
.AnyTagClassName
{
color: #225CB8;
}
</style>
background-color css
<style>
a { background-color: #225CB8; }
a { background-color: rgb(34,92,184); }
div.DivClassName
{
background-color: #225CB8;
}
.BgClassName
{
background-color: #225CB8;
}
</style>
border-color css
<style>
span { border-color: #225CB8; }
span { border-color: rgb(34,92,184); }
td.TdClassName
{
border-color: #225CB8;
}
.TagClassName
{
border-color: #225CB8;
}
</style>