Shades of Denim #2467D3
Tints of Denim #2467D3
RGB
CMYK
RGB Variations
Color information
#2467D3 (or 0x2467D3) is known color: Denim. HEX triplet: 24, 67 and D3. RGB value is (36,103,211). Sum of RGB (Red+Green+Blue) = 36+103+211=350 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.29% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 211 (82.81% from 255 or 60.29% from 350); Max value from RGB is 211 - color contains mainly: blue. Hex color #2467D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2467D3 is #DB982C. Grayscale: #5E5E5E. Windows color (decimal): -14391341 or 13854500. OLE color: 13854500.
HSL color Cylindrical-coordinate representation of color #2467D3: hue angle of 217.03º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2467D3 is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 36 | 103 | 211 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.17 |
| HSL | 217.03º | 0.71% | 0.48% | - |
| HSV(B) | 217.03º | 0.83% | 0.83% | - |
| XYZ | 17.34 | 14.78 | 63.57 | - |
| YUV | 95.28 | 193.3 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 103 | 211 | 0.83 | 0.51 | 0 | 0.17 | 217.03 | 0.71 | 0.48 |
| Hex | 24 | 67 | D3 | 53 | 33 | 0 | 11 | D9 | 47 | 30 |
| Octal | 44 | 147 | 323 | 123 | 63 | 0 | 21 | 331 | 107 | 60 |
| Binary | 100100 | 1100111 | 11010011 | 1010011 | 110011 | 0 | 10001 | 11011001 | 1000111 | 110000 |
Color Harmonies of #2467D3
Complementary color
Monochromatic Colors of #2467D3
Black with #2467D3
Text Example
Text Example
White with #2467D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2467D3; }
p { color: rgb(36,103,211); }
H1.HeaderClassName
{
color: #2467D3;
}
.AnyTagClassName
{
color: #2467D3;
}
</style>
background-color css
<style>
a { background-color: #2467D3; }
a { background-color: rgb(36,103,211); }
div.DivClassName
{
background-color: #2467D3;
}
.BgClassName
{
background-color: #2467D3;
}
</style>
border-color css
<style>
span { border-color: #2467D3; }
span { border-color: rgb(36,103,211); }
td.TdClassName
{
border-color: #2467D3;
}
.TagClassName
{
border-color: #2467D3;
}
</style>