Shades of Denim #246DBF
Tints of Denim #246DBF
RGB
CMYK
RGB Variations
Color information
#246DBF (or 0x246DBF) is known color: Denim. HEX triplet: 24, 6D and BF. RGB value is (36,109,191). Sum of RGB (Red+Green+Blue) = 36+109+191=336 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.71% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #246DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #246DBF is #DB9240. Grayscale: #606060. Windows color (decimal): -14389825 or 12545316. OLE color: 12545316.
HSL color Cylindrical-coordinate representation of color #246DBF: hue angle of 211.74º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #246DBF is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 109 | 191 | - |
| CMYK | 0.81 | 0.43 | 0 | 0.25 |
| HSL | 211.74º | 0.68% | 0.45% | - |
| HSV(B) | 211.74º | 0.81% | 0.75% | - |
| XYZ | 15.6 | 15.07 | 51.38 | - |
| YUV | 96.52 | 181.32 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 109 | 191 | 0.81 | 0.43 | 0 | 0.25 | 211.74 | 0.68 | 0.45 |
| Hex | 24 | 6D | BF | 51 | 2B | 0 | 19 | D4 | 44 | 2D |
| Octal | 44 | 155 | 277 | 121 | 53 | 0 | 31 | 324 | 104 | 55 |
| Binary | 100100 | 1101101 | 10111111 | 1010001 | 101011 | 0 | 11001 | 11010100 | 1000100 | 101101 |
Color Harmonies of #246DBF
Complementary color
Monochromatic Colors of #246DBF
Black with #246DBF
Text Example
Text Example
White with #246DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246DBF; }
p { color: rgb(36,109,191); }
H1.HeaderClassName
{
color: #246DBF;
}
.AnyTagClassName
{
color: #246DBF;
}
</style>
background-color css
<style>
a { background-color: #246DBF; }
a { background-color: rgb(36,109,191); }
div.DivClassName
{
background-color: #246DBF;
}
.BgClassName
{
background-color: #246DBF;
}
</style>
border-color css
<style>
span { border-color: #246DBF; }
span { border-color: rgb(36,109,191); }
td.TdClassName
{
border-color: #246DBF;
}
.TagClassName
{
border-color: #246DBF;
}
</style>