Shades of Denim #2A66BC
Tints of Denim #2A66BC
RGB
CMYK
RGB Variations
Color information
#2A66BC (or 0x2A66BC) is known color: Denim. HEX triplet: 2A, 66 and BC. RGB value is (42,102,188). Sum of RGB (Red+Green+Blue) = 42+102+188=332 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.65% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A66BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A66BC is #D59943. Grayscale: #5D5D5D. Windows color (decimal): -13998404 or 12346922. OLE color: 12346922.
HSL color Cylindrical-coordinate representation of color #2A66BC: hue angle of 215.34º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A66BC is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 102 | 188 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.26 |
| HSL | 215.34º | 0.63% | 0.45% | - |
| HSV(B) | 215.34º | 0.78% | 0.74% | - |
| XYZ | 14.78 | 13.63 | 49.43 | - |
| YUV | 93.86 | 181.12 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 102 | 188 | 0.78 | 0.46 | 0 | 0.26 | 215.34 | 0.63 | 0.45 |
| Hex | 2A | 66 | BC | 4E | 2E | 0 | 1A | D7 | 3F | 2D |
| Octal | 52 | 146 | 274 | 116 | 56 | 0 | 32 | 327 | 77 | 55 |
| Binary | 101010 | 1100110 | 10111100 | 1001110 | 101110 | 0 | 11010 | 11010111 | 111111 | 101101 |
Color Harmonies of #2A66BC
Complementary color
Monochromatic Colors of #2A66BC
Black with #2A66BC
Text Example
Text Example
White with #2A66BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A66BC; }
p { color: rgb(42,102,188); }
H1.HeaderClassName
{
color: #2A66BC;
}
.AnyTagClassName
{
color: #2A66BC;
}
</style>
background-color css
<style>
a { background-color: #2A66BC; }
a { background-color: rgb(42,102,188); }
div.DivClassName
{
background-color: #2A66BC;
}
.BgClassName
{
background-color: #2A66BC;
}
</style>
border-color css
<style>
span { border-color: #2A66BC; }
span { border-color: rgb(42,102,188); }
td.TdClassName
{
border-color: #2A66BC;
}
.TagClassName
{
border-color: #2A66BC;
}
</style>