Shades of Denim #246FCC
Tints of Denim #246FCC
RGB
CMYK
RGB Variations
Color information
#246FCC (or 0x246FCC) is known color: Denim. HEX triplet: 24, 6F and CC. RGB value is (36,111,204). Sum of RGB (Red+Green+Blue) = 36+111+204=351 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.26% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #246FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #246FCC is #DB9033. Grayscale: #626262. Windows color (decimal): -14389300 or 13397796. OLE color: 13397796.
HSL color Cylindrical-coordinate representation of color #246FCC: hue angle of 213.21º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #246FCC is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 111 | 204 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.2 |
| HSL | 213.21º | 0.7% | 0.47% | - |
| HSV(B) | 213.21º | 0.82% | 0.8% | - |
| XYZ | 17.31 | 16.1 | 59.32 | - |
| YUV | 99.18 | 187.15 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 111 | 204 | 0.82 | 0.46 | 0 | 0.2 | 213.21 | 0.7 | 0.47 |
| Hex | 24 | 6F | CC | 52 | 2E | 0 | 14 | D5 | 46 | 2F |
| Octal | 44 | 157 | 314 | 122 | 56 | 0 | 24 | 325 | 106 | 57 |
| Binary | 100100 | 1101111 | 11001100 | 1010010 | 101110 | 0 | 10100 | 11010101 | 1000110 | 101111 |
Color Harmonies of #246FCC
Complementary color
Monochromatic Colors of #246FCC
Black with #246FCC
Text Example
Text Example
White with #246FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246FCC; }
p { color: rgb(36,111,204); }
H1.HeaderClassName
{
color: #246FCC;
}
.AnyTagClassName
{
color: #246FCC;
}
</style>
background-color css
<style>
a { background-color: #246FCC; }
a { background-color: rgb(36,111,204); }
div.DivClassName
{
background-color: #246FCC;
}
.BgClassName
{
background-color: #246FCC;
}
</style>
border-color css
<style>
span { border-color: #246FCC; }
span { border-color: rgb(36,111,204); }
td.TdClassName
{
border-color: #246FCC;
}
.TagClassName
{
border-color: #246FCC;
}
</style>