Shades of Denim #246ACE
Tints of Denim #246ACE
RGB
CMYK
RGB Variations
Color information
#246ACE (or 0x246ACE) is known color: Denim. HEX triplet: 24, 6A and CE. RGB value is (36,106,206). Sum of RGB (Red+Green+Blue) = 36+106+206=348 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.34% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #246ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #246ACE is #DB9531. Grayscale: #606060. Windows color (decimal): -14390578 or 13527588. OLE color: 13527588.
HSL color Cylindrical-coordinate representation of color #246ACE: hue angle of 215.29º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #246ACE is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 106 | 206 | - |
| CMYK | 0.83 | 0.49 | 0 | 0.19 |
| HSL | 215.29º | 0.7% | 0.47% | - |
| HSV(B) | 215.29º | 0.83% | 0.81% | - |
| XYZ | 17.02 | 15.14 | 60.42 | - |
| YUV | 96.47 | 189.81 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 106 | 206 | 0.83 | 0.49 | 0 | 0.19 | 215.29 | 0.7 | 0.47 |
| Hex | 24 | 6A | CE | 53 | 31 | 0 | 13 | D7 | 46 | 2F |
| Octal | 44 | 152 | 316 | 123 | 61 | 0 | 23 | 327 | 106 | 57 |
| Binary | 100100 | 1101010 | 11001110 | 1010011 | 110001 | 0 | 10011 | 11010111 | 1000110 | 101111 |
Color Harmonies of #246ACE
Complementary color
Monochromatic Colors of #246ACE
Black with #246ACE
Text Example
Text Example
White with #246ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246ACE; }
p { color: rgb(36,106,206); }
H1.HeaderClassName
{
color: #246ACE;
}
.AnyTagClassName
{
color: #246ACE;
}
</style>
background-color css
<style>
a { background-color: #246ACE; }
a { background-color: rgb(36,106,206); }
div.DivClassName
{
background-color: #246ACE;
}
.BgClassName
{
background-color: #246ACE;
}
</style>
border-color css
<style>
span { border-color: #246ACE; }
span { border-color: rgb(36,106,206); }
td.TdClassName
{
border-color: #246ACE;
}
.TagClassName
{
border-color: #246ACE;
}
</style>