Shades of Denim #246ABF
Tints of Denim #246ABF
RGB
CMYK
RGB Variations
Color information
#246ABF (or 0x246ABF) is known color: Denim. HEX triplet: 24, 6A and BF. RGB value is (36,106,191). Sum of RGB (Red+Green+Blue) = 36+106+191=333 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.81% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 191 (75% from 255 or 57.36% from 333); Max value from RGB is 191 - color contains mainly: blue. Hex color #246ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #246ABF is #DB9540. Grayscale: #5E5E5E. Windows color (decimal): -14390593 or 12544548. OLE color: 12544548.
HSL color Cylindrical-coordinate representation of color #246ABF: hue angle of 212.9º 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 #246ABF is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 106 | 191 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.25 |
| HSL | 212.9º | 0.68% | 0.45% | - |
| HSV(B) | 212.9º | 0.81% | 0.75% | - |
| XYZ | 15.29 | 14.44 | 51.27 | - |
| YUV | 94.76 | 182.31 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 106 | 191 | 0.81 | 0.45 | 0 | 0.25 | 212.9 | 0.68 | 0.45 |
| Hex | 24 | 6A | BF | 51 | 2D | 0 | 19 | D5 | 44 | 2D |
| Octal | 44 | 152 | 277 | 121 | 55 | 0 | 31 | 325 | 104 | 55 |
| Binary | 100100 | 1101010 | 10111111 | 1010001 | 101101 | 0 | 11001 | 11010101 | 1000100 | 101101 |
Color Harmonies of #246ABF
Complementary color
Monochromatic Colors of #246ABF
Black with #246ABF
Text Example
Text Example
White with #246ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246ABF; }
p { color: rgb(36,106,191); }
H1.HeaderClassName
{
color: #246ABF;
}
.AnyTagClassName
{
color: #246ABF;
}
</style>
background-color css
<style>
a { background-color: #246ABF; }
a { background-color: rgb(36,106,191); }
div.DivClassName
{
background-color: #246ABF;
}
.BgClassName
{
background-color: #246ABF;
}
</style>
border-color css
<style>
span { border-color: #246ABF; }
span { border-color: rgb(36,106,191); }
td.TdClassName
{
border-color: #246ABF;
}
.TagClassName
{
border-color: #246ABF;
}
</style>