Shades of Denim #246BC2
Tints of Denim #246BC2
RGB
CMYK
RGB Variations
Color information
#246BC2 (or 0x246BC2) is known color: Denim. HEX triplet: 24, 6B and C2. RGB value is (36,107,194). Sum of RGB (Red+Green+Blue) = 36+107+194=337 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.68% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 194 (76.17% from 255 or 57.57% from 337); Max value from RGB is 194 - color contains mainly: blue. Hex color #246BC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #246BC2 is #DB943D. Grayscale: #5F5F5F. Windows color (decimal): -14390334 or 12741412. OLE color: 12741412.
HSL color Cylindrical-coordinate representation of color #246BC2: hue angle of 213.04º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #246BC2 is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 107 | 194 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.24 |
| HSL | 213.04º | 0.69% | 0.45% | - |
| HSV(B) | 213.04º | 0.81% | 0.76% | - |
| XYZ | 15.72 | 14.79 | 53.06 | - |
| YUV | 95.69 | 183.48 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 107 | 194 | 0.81 | 0.45 | 0 | 0.24 | 213.04 | 0.69 | 0.45 |
| Hex | 24 | 6B | C2 | 51 | 2D | 0 | 18 | D5 | 45 | 2D |
| Octal | 44 | 153 | 302 | 121 | 55 | 0 | 30 | 325 | 105 | 55 |
| Binary | 100100 | 1101011 | 11000010 | 1010001 | 101101 | 0 | 11000 | 11010101 | 1000101 | 101101 |
Color Harmonies of #246BC2
Complementary color
Monochromatic Colors of #246BC2
Black with #246BC2
Text Example
Text Example
White with #246BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246BC2; }
p { color: rgb(36,107,194); }
H1.HeaderClassName
{
color: #246BC2;
}
.AnyTagClassName
{
color: #246BC2;
}
</style>
background-color css
<style>
a { background-color: #246BC2; }
a { background-color: rgb(36,107,194); }
div.DivClassName
{
background-color: #246BC2;
}
.BgClassName
{
background-color: #246BC2;
}
</style>
border-color css
<style>
span { border-color: #246BC2; }
span { border-color: rgb(36,107,194); }
td.TdClassName
{
border-color: #246BC2;
}
.TagClassName
{
border-color: #246BC2;
}
</style>