Shades of Denim #246BCB
Tints of Denim #246BCB
RGB
CMYK
RGB Variations
Color information
#246BCB (or 0x246BCB) is known color: Denim. HEX triplet: 24, 6B and CB. RGB value is (36,107,203). Sum of RGB (Red+Green+Blue) = 36+107+203=346 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.40% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #246BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #246BCB is #DB9434. Grayscale: #606060. Windows color (decimal): -14390325 or 13331236. OLE color: 13331236.
HSL color Cylindrical-coordinate representation of color #246BCB: hue angle of 214.49º 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 #246BCB is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 107 | 203 | - |
| CMYK | 0.82 | 0.47 | 0 | 0.20 |
| HSL | 214.49º | 0.7% | 0.47% | - |
| HSV(B) | 214.49º | 0.82% | 0.8% | - |
| XYZ | 16.76 | 15.2 | 58.55 | - |
| YUV | 96.72 | 187.98 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 107 | 203 | 0.82 | 0.47 | 0 | 0.20 | 214.49 | 0.7 | 0.47 |
| Hex | 24 | 6B | CB | 52 | 2F | 0 | 14 | D6 | 46 | 2F |
| Octal | 44 | 153 | 313 | 122 | 57 | 0 | 24 | 326 | 106 | 57 |
| Binary | 100100 | 1101011 | 11001011 | 1010010 | 101111 | 0 | 10100 | 11010110 | 1000110 | 101111 |
Color Harmonies of #246BCB
Complementary color
Monochromatic Colors of #246BCB
Black with #246BCB
Text Example
Text Example
White with #246BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246BCB; }
p { color: rgb(36,107,203); }
H1.HeaderClassName
{
color: #246BCB;
}
.AnyTagClassName
{
color: #246BCB;
}
</style>
background-color css
<style>
a { background-color: #246BCB; }
a { background-color: rgb(36,107,203); }
div.DivClassName
{
background-color: #246BCB;
}
.BgClassName
{
background-color: #246BCB;
}
</style>
border-color css
<style>
span { border-color: #246BCB; }
span { border-color: rgb(36,107,203); }
td.TdClassName
{
border-color: #246BCB;
}
.TagClassName
{
border-color: #246BCB;
}
</style>