Shades of Denim #2A65BA
Tints of Denim #2A65BA
RGB
CMYK
RGB Variations
Color information
#2A65BA (or 0x2A65BA) is known color: Denim. HEX triplet: 2A, 65 and BA. RGB value is (42,101,186). Sum of RGB (Red+Green+Blue) = 42+101+186=329 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.77% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A65BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A65BA is #D59A45. Grayscale: #5C5C5C. Windows color (decimal): -13998662 or 12215594. OLE color: 12215594.
HSL color Cylindrical-coordinate representation of color #2A65BA: hue angle of 215.42º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A65BA is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 101 | 186 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.27 |
| HSL | 215.42º | 0.63% | 0.45% | - |
| HSV(B) | 215.42º | 0.77% | 0.73% | - |
| XYZ | 14.47 | 13.34 | 48.27 | - |
| YUV | 93.05 | 180.45 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 101 | 186 | 0.77 | 0.46 | 0 | 0.27 | 215.42 | 0.63 | 0.45 |
| Hex | 2A | 65 | BA | 4D | 2E | 0 | 1B | D7 | 3F | 2D |
| Octal | 52 | 145 | 272 | 115 | 56 | 0 | 33 | 327 | 77 | 55 |
| Binary | 101010 | 1100101 | 10111010 | 1001101 | 101110 | 0 | 11011 | 11010111 | 111111 | 101101 |
Color Harmonies of #2A65BA
Complementary color
Monochromatic Colors of #2A65BA
Black with #2A65BA
Text Example
Text Example
White with #2A65BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A65BA; }
p { color: rgb(42,101,186); }
H1.HeaderClassName
{
color: #2A65BA;
}
.AnyTagClassName
{
color: #2A65BA;
}
</style>
background-color css
<style>
a { background-color: #2A65BA; }
a { background-color: rgb(42,101,186); }
div.DivClassName
{
background-color: #2A65BA;
}
.BgClassName
{
background-color: #2A65BA;
}
</style>
border-color css
<style>
span { border-color: #2A65BA; }
span { border-color: rgb(42,101,186); }
td.TdClassName
{
border-color: #2A65BA;
}
.TagClassName
{
border-color: #2A65BA;
}
</style>