Shades of Denim #225FCC
Tints of Denim #225FCC
RGB
CMYK
RGB Variations
Color information
#225FCC (or 0x225FCC) is known color: Denim. HEX triplet: 22, 5F and CC. RGB value is (34,95,204). Sum of RGB (Red+Green+Blue) = 34+95+204=333 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.21% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #225FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225FCC is #DDA033. Grayscale: #585858. Windows color (decimal): -14524468 or 13393698. OLE color: 13393698.
HSL color Cylindrical-coordinate representation of color #225FCC: hue angle of 218.47º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #225FCC is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 34 | 95 | 204 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.2 |
| HSL | 218.47º | 0.71% | 0.47% | - |
| HSV(B) | 218.47º | 0.83% | 0.8% | - |
| XYZ | 15.65 | 12.88 | 58.79 | - |
| YUV | 89.19 | 192.79 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 95 | 204 | 0.83 | 0.53 | 0 | 0.2 | 218.47 | 0.71 | 0.47 |
| Hex | 22 | 5F | CC | 53 | 35 | 0 | 14 | DA | 47 | 2F |
| Octal | 42 | 137 | 314 | 123 | 65 | 0 | 24 | 332 | 107 | 57 |
| Binary | 100010 | 1011111 | 11001100 | 1010011 | 110101 | 0 | 10100 | 11011010 | 1000111 | 101111 |
Color Harmonies of #225FCC
Complementary color
Monochromatic Colors of #225FCC
Black with #225FCC
Text Example
Text Example
White with #225FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225FCC; }
p { color: rgb(34,95,204); }
H1.HeaderClassName
{
color: #225FCC;
}
.AnyTagClassName
{
color: #225FCC;
}
</style>
background-color css
<style>
a { background-color: #225FCC; }
a { background-color: rgb(34,95,204); }
div.DivClassName
{
background-color: #225FCC;
}
.BgClassName
{
background-color: #225FCC;
}
</style>
border-color css
<style>
span { border-color: #225FCC; }
span { border-color: rgb(34,95,204); }
td.TdClassName
{
border-color: #225FCC;
}
.TagClassName
{
border-color: #225FCC;
}
</style>