Shades of Denim #246BBC
Tints of Denim #246BBC
RGB
CMYK
RGB Variations
Color information
#246BBC (or 0x246BBC) is known color: Denim. HEX triplet: 24, 6B and BC. RGB value is (36,107,188). Sum of RGB (Red+Green+Blue) = 36+107+188=331 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.88% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #246BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #246BBC is #DB9443. Grayscale: #5E5E5E. Windows color (decimal): -14390340 or 12348196. OLE color: 12348196.
HSL color Cylindrical-coordinate representation of color #246BBC: hue angle of 211.97º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #246BBC is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 107 | 188 | - |
| CMYK | 0.81 | 0.43 | 0 | 0.26 |
| HSL | 211.97º | 0.68% | 0.44% | - |
| HSV(B) | 211.97º | 0.81% | 0.74% | - |
| XYZ | 15.06 | 14.52 | 49.59 | - |
| YUV | 95.01 | 180.48 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 107 | 188 | 0.81 | 0.43 | 0 | 0.26 | 211.97 | 0.68 | 0.44 |
| Hex | 24 | 6B | BC | 51 | 2B | 0 | 1A | D4 | 44 | 2C |
| Octal | 44 | 153 | 274 | 121 | 53 | 0 | 32 | 324 | 104 | 54 |
| Binary | 100100 | 1101011 | 10111100 | 1010001 | 101011 | 0 | 11010 | 11010100 | 1000100 | 101100 |
Color Harmonies of #246BBC
Complementary color
Monochromatic Colors of #246BBC
Black with #246BBC
Text Example
Text Example
White with #246BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246BBC; }
p { color: rgb(36,107,188); }
H1.HeaderClassName
{
color: #246BBC;
}
.AnyTagClassName
{
color: #246BBC;
}
</style>
background-color css
<style>
a { background-color: #246BBC; }
a { background-color: rgb(36,107,188); }
div.DivClassName
{
background-color: #246BBC;
}
.BgClassName
{
background-color: #246BBC;
}
</style>
border-color css
<style>
span { border-color: #246BBC; }
span { border-color: rgb(36,107,188); }
td.TdClassName
{
border-color: #246BBC;
}
.TagClassName
{
border-color: #246BBC;
}
</style>