Shades of Denim #2A6CCD
Tints of Denim #2A6CCD
RGB
CMYK
RGB Variations
Color information
#2A6CCD (or 0x2A6CCD) is known color: Denim. HEX triplet: 2A, 6C and CD. RGB value is (42,108,205). Sum of RGB (Red+Green+Blue) = 42+108+205=355 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.83% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #2A6CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A6CCD is #D59332. Grayscale: #626262. Windows color (decimal): -13996851 or 13462570. OLE color: 13462570.
HSL color Cylindrical-coordinate representation of color #2A6CCD: hue angle of 215.71º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A6CCD is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 108 | 205 | - |
| CMYK | 0.80 | 0.47 | 0 | 0.20 |
| HSL | 215.71º | 0.66% | 0.48% | - |
| HSV(B) | 215.71º | 0.8% | 0.8% | - |
| XYZ | 17.34 | 15.63 | 59.86 | - |
| YUV | 99.32 | 187.63 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 108 | 205 | 0.80 | 0.47 | 0 | 0.20 | 215.71 | 0.66 | 0.48 |
| Hex | 2A | 6C | CD | 50 | 2F | 0 | 14 | D8 | 42 | 30 |
| Octal | 52 | 154 | 315 | 120 | 57 | 0 | 24 | 330 | 102 | 60 |
| Binary | 101010 | 1101100 | 11001101 | 1010000 | 101111 | 0 | 10100 | 11011000 | 1000010 | 110000 |
Color Harmonies of #2A6CCD
Complementary color
Monochromatic Colors of #2A6CCD
Black with #2A6CCD
Text Example
Text Example
White with #2A6CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6CCD; }
p { color: rgb(42,108,205); }
H1.HeaderClassName
{
color: #2A6CCD;
}
.AnyTagClassName
{
color: #2A6CCD;
}
</style>
background-color css
<style>
a { background-color: #2A6CCD; }
a { background-color: rgb(42,108,205); }
div.DivClassName
{
background-color: #2A6CCD;
}
.BgClassName
{
background-color: #2A6CCD;
}
</style>
border-color css
<style>
span { border-color: #2A6CCD; }
span { border-color: rgb(42,108,205); }
td.TdClassName
{
border-color: #2A6CCD;
}
.TagClassName
{
border-color: #2A6CCD;
}
</style>