Shades of Denim #2474CA
Tints of Denim #2474CA
RGB
CMYK
RGB Variations
Color information
#2474CA (or 0x2474CA) is known color: Denim. HEX triplet: 24, 74 and CA. RGB value is (36,116,202). Sum of RGB (Red+Green+Blue) = 36+116+202=354 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.17% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #2474CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2474CA is #DB8B35. Grayscale: #656565. Windows color (decimal): -14388022 or 13268004. OLE color: 13268004.
HSL color Cylindrical-coordinate representation of color #2474CA: hue angle of 211.08º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2474CA is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 36 | 116 | 202 | - |
| CMYK | 0.82 | 0.43 | 0 | 0.21 |
| HSL | 211.08º | 0.7% | 0.47% | - |
| HSV(B) | 211.08º | 0.82% | 0.79% | - |
| XYZ | 17.63 | 17.13 | 58.25 | - |
| YUV | 101.88 | 184.5 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 116 | 202 | 0.82 | 0.43 | 0 | 0.21 | 211.08 | 0.7 | 0.47 |
| Hex | 24 | 74 | CA | 52 | 2B | 0 | 15 | D3 | 46 | 2F |
| Octal | 44 | 164 | 312 | 122 | 53 | 0 | 25 | 323 | 106 | 57 |
| Binary | 100100 | 1110100 | 11001010 | 1010010 | 101011 | 0 | 10101 | 11010011 | 1000110 | 101111 |
Color Harmonies of #2474CA
Complementary color
Monochromatic Colors of #2474CA
Black with #2474CA
Text Example
Text Example
White with #2474CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2474CA; }
p { color: rgb(36,116,202); }
H1.HeaderClassName
{
color: #2474CA;
}
.AnyTagClassName
{
color: #2474CA;
}
</style>
background-color css
<style>
a { background-color: #2474CA; }
a { background-color: rgb(36,116,202); }
div.DivClassName
{
background-color: #2474CA;
}
.BgClassName
{
background-color: #2474CA;
}
</style>
border-color css
<style>
span { border-color: #2474CA; }
span { border-color: rgb(36,116,202); }
td.TdClassName
{
border-color: #2474CA;
}
.TagClassName
{
border-color: #2474CA;
}
</style>