Shades of Denim #2469C2
Tints of Denim #2469C2
RGB
CMYK
RGB Variations
Color information
#2469C2 (or 0x2469C2) is known color: Denim. HEX triplet: 24, 69 and C2. RGB value is (36,105,194). Sum of RGB (Red+Green+Blue) = 36+105+194=335 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.75% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 194 (76.17% from 255 or 57.91% from 335); Max value from RGB is 194 - color contains mainly: blue. Hex color #2469C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2469C2 is #DB963D. Grayscale: #5E5E5E. Windows color (decimal): -14390846 or 12740900. OLE color: 12740900.
HSL color Cylindrical-coordinate representation of color #2469C2: hue angle of 213.8º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2469C2 is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 105 | 194 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.24 |
| HSL | 213.8º | 0.69% | 0.45% | - |
| HSV(B) | 213.8º | 0.81% | 0.76% | - |
| XYZ | 15.52 | 14.37 | 53 | - |
| YUV | 94.52 | 184.14 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 105 | 194 | 0.81 | 0.46 | 0 | 0.24 | 213.8 | 0.69 | 0.45 |
| Hex | 24 | 69 | C2 | 51 | 2E | 0 | 18 | D6 | 45 | 2D |
| Octal | 44 | 151 | 302 | 121 | 56 | 0 | 30 | 326 | 105 | 55 |
| Binary | 100100 | 1101001 | 11000010 | 1010001 | 101110 | 0 | 11000 | 11010110 | 1000101 | 101101 |
Color Harmonies of #2469C2
Complementary color
Monochromatic Colors of #2469C2
Black with #2469C2
Text Example
Text Example
White with #2469C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2469C2; }
p { color: rgb(36,105,194); }
H1.HeaderClassName
{
color: #2469C2;
}
.AnyTagClassName
{
color: #2469C2;
}
</style>
background-color css
<style>
a { background-color: #2469C2; }
a { background-color: rgb(36,105,194); }
div.DivClassName
{
background-color: #2469C2;
}
.BgClassName
{
background-color: #2469C2;
}
</style>
border-color css
<style>
span { border-color: #2469C2; }
span { border-color: rgb(36,105,194); }
td.TdClassName
{
border-color: #2469C2;
}
.TagClassName
{
border-color: #2469C2;
}
</style>