Shades of Denim #2A75CE
Tints of Denim #2A75CE
RGB
CMYK
RGB Variations
Color information
#2A75CE (or 0x2A75CE) is known color: Denim. HEX triplet: 2A, 75 and CE. RGB value is (42,117,206). Sum of RGB (Red+Green+Blue) = 42+117+206=365 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.51% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #2A75CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A75CE is #D58A31. Grayscale: #686868. Windows color (decimal): -13994546 or 13530410. OLE color: 13530410.
HSL color Cylindrical-coordinate representation of color #2A75CE: hue angle of 212.56º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A75CE is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 117 | 206 | - |
| CMYK | 0.80 | 0.43 | 0 | 0.19 |
| HSL | 212.56º | 0.66% | 0.49% | - |
| HSV(B) | 212.56º | 0.8% | 0.81% | - |
| XYZ | 18.46 | 17.67 | 60.83 | - |
| YUV | 104.72 | 185.15 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 117 | 206 | 0.80 | 0.43 | 0 | 0.19 | 212.56 | 0.66 | 0.49 |
| Hex | 2A | 75 | CE | 50 | 2B | 0 | 13 | D5 | 42 | 31 |
| Octal | 52 | 165 | 316 | 120 | 53 | 0 | 23 | 325 | 102 | 61 |
| Binary | 101010 | 1110101 | 11001110 | 1010000 | 101011 | 0 | 10011 | 11010101 | 1000010 | 110001 |
Color Harmonies of #2A75CE
Complementary color
Monochromatic Colors of #2A75CE
Black with #2A75CE
Text Example
Text Example
White with #2A75CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A75CE; }
p { color: rgb(42,117,206); }
H1.HeaderClassName
{
color: #2A75CE;
}
.AnyTagClassName
{
color: #2A75CE;
}
</style>
background-color css
<style>
a { background-color: #2A75CE; }
a { background-color: rgb(42,117,206); }
div.DivClassName
{
background-color: #2A75CE;
}
.BgClassName
{
background-color: #2A75CE;
}
</style>
border-color css
<style>
span { border-color: #2A75CE; }
span { border-color: rgb(42,117,206); }
td.TdClassName
{
border-color: #2A75CE;
}
.TagClassName
{
border-color: #2A75CE;
}
</style>