Shades of Denim #2477CB
Tints of Denim #2477CB
RGB
CMYK
RGB Variations
Color information
#2477CB (or 0x2477CB) is known color: Denim. HEX triplet: 24, 77 and CB. RGB value is (36,119,203). Sum of RGB (Red+Green+Blue) = 36+119+203=358 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.06% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #2477CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2477CB is #DB8834. Grayscale: #676767. Windows color (decimal): -14387253 or 13334308. OLE color: 13334308.
HSL color Cylindrical-coordinate representation of color #2477CB: hue angle of 210.18º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2477CB is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 119 | 203 | - |
| CMYK | 0.82 | 0.41 | 0 | 0.20 |
| HSL | 210.18º | 0.7% | 0.47% | - |
| HSV(B) | 210.18º | 0.82% | 0.8% | - |
| XYZ | 18.1 | 17.88 | 59 | - |
| YUV | 103.76 | 184 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 119 | 203 | 0.82 | 0.41 | 0 | 0.20 | 210.18 | 0.7 | 0.47 |
| Hex | 24 | 77 | CB | 52 | 29 | 0 | 14 | D2 | 46 | 2F |
| Octal | 44 | 167 | 313 | 122 | 51 | 0 | 24 | 322 | 106 | 57 |
| Binary | 100100 | 1110111 | 11001011 | 1010010 | 101001 | 0 | 10100 | 11010010 | 1000110 | 101111 |
Color Harmonies of #2477CB
Complementary color
Monochromatic Colors of #2477CB
Black with #2477CB
Text Example
Text Example
White with #2477CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2477CB; }
p { color: rgb(36,119,203); }
H1.HeaderClassName
{
color: #2477CB;
}
.AnyTagClassName
{
color: #2477CB;
}
</style>
background-color css
<style>
a { background-color: #2477CB; }
a { background-color: rgb(36,119,203); }
div.DivClassName
{
background-color: #2477CB;
}
.BgClassName
{
background-color: #2477CB;
}
</style>
border-color css
<style>
span { border-color: #2477CB; }
span { border-color: rgb(36,119,203); }
td.TdClassName
{
border-color: #2477CB;
}
.TagClassName
{
border-color: #2477CB;
}
</style>