Shades of Denim #246ABA
Tints of Denim #246ABA
RGB
CMYK
RGB Variations
Color information
#246ABA (or 0x246ABA) is known color: Denim. HEX triplet: 24, 6A and BA. RGB value is (36,106,186). Sum of RGB (Red+Green+Blue) = 36+106+186=328 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.98% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #246ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #246ABA is #DB9545. Grayscale: #5D5D5D. Windows color (decimal): -14390598 or 12216868. OLE color: 12216868.
HSL color Cylindrical-coordinate representation of color #246ABA: hue angle of 212º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #246ABA is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 106 | 186 | - |
| CMYK | 0.81 | 0.43 | 0 | 0.27 |
| HSL | 212º | 0.68% | 0.44% | - |
| HSV(B) | 212º | 0.81% | 0.73% | - |
| XYZ | 14.74 | 14.23 | 48.42 | - |
| YUV | 94.19 | 179.81 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 106 | 186 | 0.81 | 0.43 | 0 | 0.27 | 212 | 0.68 | 0.44 |
| Hex | 24 | 6A | BA | 51 | 2B | 0 | 1B | D4 | 44 | 2C |
| Octal | 44 | 152 | 272 | 121 | 53 | 0 | 33 | 324 | 104 | 54 |
| Binary | 100100 | 1101010 | 10111010 | 1010001 | 101011 | 0 | 11011 | 11010100 | 1000100 | 101100 |
Color Harmonies of #246ABA
Complementary color
Monochromatic Colors of #246ABA
Black with #246ABA
Text Example
Text Example
White with #246ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246ABA; }
p { color: rgb(36,106,186); }
H1.HeaderClassName
{
color: #246ABA;
}
.AnyTagClassName
{
color: #246ABA;
}
</style>
background-color css
<style>
a { background-color: #246ABA; }
a { background-color: rgb(36,106,186); }
div.DivClassName
{
background-color: #246ABA;
}
.BgClassName
{
background-color: #246ABA;
}
</style>
border-color css
<style>
span { border-color: #246ABA; }
span { border-color: rgb(36,106,186); }
td.TdClassName
{
border-color: #246ABA;
}
.TagClassName
{
border-color: #246ABA;
}
</style>