Shades of Denim #246CB4
Tints of Denim #246CB4
RGB
CMYK
RGB Variations
Color information
#246CB4 (or 0x246CB4) is known color: Denim. HEX triplet: 24, 6C and B4. RGB value is (36,108,180). Sum of RGB (Red+Green+Blue) = 36+108+180=324 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.11% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 180 (70.70% from 255 or 55.56% from 324); Max value from RGB is 180 - color contains mainly: blue. Hex color #246CB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #246CB4 is #DB934B. Grayscale: #5E5E5E. Windows color (decimal): -14390092 or 11824164. OLE color: 11824164.
HSL color Cylindrical-coordinate representation of color #246CB4: hue angle of 210º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #246CB4 is Cyan = 0.8, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 36 | 108 | 180 | - |
| CMYK | 0.8 | 0.40 | 0 | 0.29 |
| HSL | 210º | 0.67% | 0.42% | - |
| HSV(B) | 210º | 0.8% | 0.71% | - |
| XYZ | 14.33 | 14.4 | 45.2 | - |
| YUV | 94.68 | 176.15 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 108 | 180 | 0.8 | 0.40 | 0 | 0.29 | 210 | 0.67 | 0.42 |
| Hex | 24 | 6C | B4 | 50 | 28 | 0 | 1D | D2 | 43 | 2A |
| Octal | 44 | 154 | 264 | 120 | 50 | 0 | 35 | 322 | 103 | 52 |
| Binary | 100100 | 1101100 | 10110100 | 1010000 | 101000 | 0 | 11101 | 11010010 | 1000011 | 101010 |
Color Harmonies of #246CB4
Complementary color
Monochromatic Colors of #246CB4
Black with #246CB4
Text Example
Text Example
White with #246CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246CB4; }
p { color: rgb(36,108,180); }
H1.HeaderClassName
{
color: #246CB4;
}
.AnyTagClassName
{
color: #246CB4;
}
</style>
background-color css
<style>
a { background-color: #246CB4; }
a { background-color: rgb(36,108,180); }
div.DivClassName
{
background-color: #246CB4;
}
.BgClassName
{
background-color: #246CB4;
}
</style>
border-color css
<style>
span { border-color: #246CB4; }
span { border-color: rgb(36,108,180); }
td.TdClassName
{
border-color: #246CB4;
}
.TagClassName
{
border-color: #246CB4;
}
</style>