Shades of Denim #246BD0
Tints of Denim #246BD0
RGB
CMYK
RGB Variations
Color information
#246BD0 (or 0x246BD0) is known color: Denim. HEX triplet: 24, 6B and D0. RGB value is (36,107,208). Sum of RGB (Red+Green+Blue) = 36+107+208=351 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.26% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 208 (81.64% from 255 or 59.26% from 351); Max value from RGB is 208 - color contains mainly: blue. Hex color #246BD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #246BD0 is #DB942F. Grayscale: #606060. Windows color (decimal): -14390320 or 13658916. OLE color: 13658916.
HSL color Cylindrical-coordinate representation of color #246BD0: hue angle of 215.23º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #246BD0 is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 36 | 107 | 208 | - |
| CMYK | 0.83 | 0.49 | 0 | 0.18 |
| HSL | 215.23º | 0.7% | 0.48% | - |
| HSV(B) | 215.23º | 0.83% | 0.82% | - |
| XYZ | 17.37 | 15.44 | 61.74 | - |
| YUV | 97.29 | 190.48 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 107 | 208 | 0.83 | 0.49 | 0 | 0.18 | 215.23 | 0.7 | 0.48 |
| Hex | 24 | 6B | D0 | 53 | 31 | 0 | 12 | D7 | 46 | 30 |
| Octal | 44 | 153 | 320 | 123 | 61 | 0 | 22 | 327 | 106 | 60 |
| Binary | 100100 | 1101011 | 11010000 | 1010011 | 110001 | 0 | 10010 | 11010111 | 1000110 | 110000 |
Color Harmonies of #246BD0
Complementary color
Monochromatic Colors of #246BD0
Black with #246BD0
Text Example
Text Example
White with #246BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246BD0; }
p { color: rgb(36,107,208); }
H1.HeaderClassName
{
color: #246BD0;
}
.AnyTagClassName
{
color: #246BD0;
}
</style>
background-color css
<style>
a { background-color: #246BD0; }
a { background-color: rgb(36,107,208); }
div.DivClassName
{
background-color: #246BD0;
}
.BgClassName
{
background-color: #246BD0;
}
</style>
border-color css
<style>
span { border-color: #246BD0; }
span { border-color: rgb(36,107,208); }
td.TdClassName
{
border-color: #246BD0;
}
.TagClassName
{
border-color: #246BD0;
}
</style>