Shades of Denim #2475CE
Tints of Denim #2475CE
RGB
CMYK
RGB Variations
Color information
#2475CE (or 0x2475CE) is known color: Denim. HEX triplet: 24, 75 and CE. RGB value is (36,117,206). Sum of RGB (Red+Green+Blue) = 36+117+206=359 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.03% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #2475CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2475CE is #DB8A31. Grayscale: #666666. Windows color (decimal): -14387762 or 13530404. OLE color: 13530404.
HSL color Cylindrical-coordinate representation of color #2475CE: hue angle of 211.41º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2475CE is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 117 | 206 | - |
| CMYK | 0.83 | 0.43 | 0 | 0.19 |
| HSL | 211.41º | 0.7% | 0.47% | - |
| HSV(B) | 211.41º | 0.83% | 0.81% | - |
| XYZ | 18.23 | 17.55 | 60.82 | - |
| YUV | 102.93 | 186.16 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 117 | 206 | 0.83 | 0.43 | 0 | 0.19 | 211.41 | 0.7 | 0.47 |
| Hex | 24 | 75 | CE | 53 | 2B | 0 | 13 | D3 | 46 | 2F |
| Octal | 44 | 165 | 316 | 123 | 53 | 0 | 23 | 323 | 106 | 57 |
| Binary | 100100 | 1110101 | 11001110 | 1010011 | 101011 | 0 | 10011 | 11010011 | 1000110 | 101111 |
Color Harmonies of #2475CE
Complementary color
Monochromatic Colors of #2475CE
Black with #2475CE
Text Example
Text Example
White with #2475CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2475CE; }
p { color: rgb(36,117,206); }
H1.HeaderClassName
{
color: #2475CE;
}
.AnyTagClassName
{
color: #2475CE;
}
</style>
background-color css
<style>
a { background-color: #2475CE; }
a { background-color: rgb(36,117,206); }
div.DivClassName
{
background-color: #2475CE;
}
.BgClassName
{
background-color: #2475CE;
}
</style>
border-color css
<style>
span { border-color: #2475CE; }
span { border-color: rgb(36,117,206); }
td.TdClassName
{
border-color: #2475CE;
}
.TagClassName
{
border-color: #2475CE;
}
</style>