Shades of Denim #2467C6
Tints of Denim #2467C6
RGB
CMYK
RGB Variations
Color information
#2467C6 (or 0x2467C6) is known color: Denim. HEX triplet: 24, 67 and C6. RGB value is (36,103,198). Sum of RGB (Red+Green+Blue) = 36+103+198=337 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.68% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 198 (77.73% from 255 or 58.75% from 337); Max value from RGB is 198 - color contains mainly: blue. Hex color #2467C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2467C6 is #DB9839. Grayscale: #5D5D5D. Windows color (decimal): -14391354 or 13002532. OLE color: 13002532.
HSL color Cylindrical-coordinate representation of color #2467C6: hue angle of 215.19º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2467C6 is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 36 | 103 | 198 | - |
| CMYK | 0.82 | 0.48 | 0 | 0.22 |
| HSL | 215.19º | 0.69% | 0.46% | - |
| HSV(B) | 215.19º | 0.82% | 0.78% | - |
| XYZ | 15.77 | 14.15 | 55.33 | - |
| YUV | 93.8 | 186.8 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 103 | 198 | 0.82 | 0.48 | 0 | 0.22 | 215.19 | 0.69 | 0.46 |
| Hex | 24 | 67 | C6 | 52 | 30 | 0 | 16 | D7 | 45 | 2E |
| Octal | 44 | 147 | 306 | 122 | 60 | 0 | 26 | 327 | 105 | 56 |
| Binary | 100100 | 1100111 | 11000110 | 1010010 | 110000 | 0 | 10110 | 11010111 | 1000101 | 101110 |
Color Harmonies of #2467C6
Complementary color
Monochromatic Colors of #2467C6
Black with #2467C6
Text Example
Text Example
White with #2467C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2467C6; }
p { color: rgb(36,103,198); }
H1.HeaderClassName
{
color: #2467C6;
}
.AnyTagClassName
{
color: #2467C6;
}
</style>
background-color css
<style>
a { background-color: #2467C6; }
a { background-color: rgb(36,103,198); }
div.DivClassName
{
background-color: #2467C6;
}
.BgClassName
{
background-color: #2467C6;
}
</style>
border-color css
<style>
span { border-color: #2467C6; }
span { border-color: rgb(36,103,198); }
td.TdClassName
{
border-color: #2467C6;
}
.TagClassName
{
border-color: #2467C6;
}
</style>