Shades of Denim #2A65BC
Tints of Denim #2A65BC
RGB
CMYK
RGB Variations
Color information
#2A65BC (or 0x2A65BC) is known color: Denim. HEX triplet: 2A, 65 and BC. RGB value is (42,101,188). Sum of RGB (Red+Green+Blue) = 42+101+188=331 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.69% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A65BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A65BC is #D59A43. Grayscale: #5C5C5C. Windows color (decimal): -13998660 or 12346666. OLE color: 12346666.
HSL color Cylindrical-coordinate representation of color #2A65BC: hue angle of 215.75º 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 #2A65BC is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 101 | 188 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.26 |
| HSL | 215.75º | 0.63% | 0.45% | - |
| HSV(B) | 215.75º | 0.78% | 0.74% | - |
| XYZ | 14.69 | 13.43 | 49.4 | - |
| YUV | 93.28 | 181.45 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 101 | 188 | 0.78 | 0.46 | 0 | 0.26 | 215.75 | 0.63 | 0.45 |
| Hex | 2A | 65 | BC | 4E | 2E | 0 | 1A | D8 | 3F | 2D |
| Octal | 52 | 145 | 274 | 116 | 56 | 0 | 32 | 330 | 77 | 55 |
| Binary | 101010 | 1100101 | 10111100 | 1001110 | 101110 | 0 | 11010 | 11011000 | 111111 | 101101 |
Color Harmonies of #2A65BC
Complementary color
Monochromatic Colors of #2A65BC
Black with #2A65BC
Text Example
Text Example
White with #2A65BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A65BC; }
p { color: rgb(42,101,188); }
H1.HeaderClassName
{
color: #2A65BC;
}
.AnyTagClassName
{
color: #2A65BC;
}
</style>
background-color css
<style>
a { background-color: #2A65BC; }
a { background-color: rgb(42,101,188); }
div.DivClassName
{
background-color: #2A65BC;
}
.BgClassName
{
background-color: #2A65BC;
}
</style>
border-color css
<style>
span { border-color: #2A65BC; }
span { border-color: rgb(42,101,188); }
td.TdClassName
{
border-color: #2A65BC;
}
.TagClassName
{
border-color: #2A65BC;
}
</style>