Shades of Denim #2467CB
Tints of Denim #2467CB
RGB
CMYK
RGB Variations
Color information
#2467CB (or 0x2467CB) is known color: Denim. HEX triplet: 24, 67 and CB. RGB value is (36,103,203). Sum of RGB (Red+Green+Blue) = 36+103+203=342 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.53% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 203 (79.69% from 255 or 59.36% from 342); Max value from RGB is 203 - color contains mainly: blue. Hex color #2467CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2467CB is #DB9834. Grayscale: #5D5D5D. Windows color (decimal): -14391349 or 13330212. OLE color: 13330212.
HSL color Cylindrical-coordinate representation of color #2467CB: hue angle of 215.93º 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 #2467CB is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 103 | 203 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.20 |
| HSL | 215.93º | 0.7% | 0.47% | - |
| HSV(B) | 215.93º | 0.82% | 0.8% | - |
| XYZ | 16.36 | 14.39 | 58.41 | - |
| YUV | 94.37 | 189.3 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 103 | 203 | 0.82 | 0.49 | 0 | 0.20 | 215.93 | 0.7 | 0.47 |
| Hex | 24 | 67 | CB | 52 | 31 | 0 | 14 | D8 | 46 | 2F |
| Octal | 44 | 147 | 313 | 122 | 61 | 0 | 24 | 330 | 106 | 57 |
| Binary | 100100 | 1100111 | 11001011 | 1010010 | 110001 | 0 | 10100 | 11011000 | 1000110 | 101111 |
Color Harmonies of #2467CB
Complementary color
Monochromatic Colors of #2467CB
Black with #2467CB
Text Example
Text Example
White with #2467CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2467CB; }
p { color: rgb(36,103,203); }
H1.HeaderClassName
{
color: #2467CB;
}
.AnyTagClassName
{
color: #2467CB;
}
</style>
background-color css
<style>
a { background-color: #2467CB; }
a { background-color: rgb(36,103,203); }
div.DivClassName
{
background-color: #2467CB;
}
.BgClassName
{
background-color: #2467CB;
}
</style>
border-color css
<style>
span { border-color: #2467CB; }
span { border-color: rgb(36,103,203); }
td.TdClassName
{
border-color: #2467CB;
}
.TagClassName
{
border-color: #2467CB;
}
</style>