Shades of Denim #2A75CC
Tints of Denim #2A75CC
RGB
CMYK
RGB Variations
Color information
#2A75CC (or 0x2A75CC) is known color: Denim. HEX triplet: 2A, 75 and CC. RGB value is (42,117,204). Sum of RGB (Red+Green+Blue) = 42+117+204=363 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.57% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #2A75CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A75CC is #D58A33. Grayscale: #686868. Windows color (decimal): -13994548 or 13399338. OLE color: 13399338.
HSL color Cylindrical-coordinate representation of color #2A75CC: hue angle of 212.22º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A75CC is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 42 | 117 | 204 | - |
| CMYK | 0.79 | 0.43 | 0 | 0.2 |
| HSL | 212.22º | 0.66% | 0.48% | - |
| HSV(B) | 212.22º | 0.79% | 0.8% | - |
| XYZ | 18.22 | 17.57 | 59.56 | - |
| YUV | 104.49 | 184.15 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 117 | 204 | 0.79 | 0.43 | 0 | 0.2 | 212.22 | 0.66 | 0.48 |
| Hex | 2A | 75 | CC | 4F | 2B | 0 | 14 | D4 | 42 | 30 |
| Octal | 52 | 165 | 314 | 117 | 53 | 0 | 24 | 324 | 102 | 60 |
| Binary | 101010 | 1110101 | 11001100 | 1001111 | 101011 | 0 | 10100 | 11010100 | 1000010 | 110000 |
Color Harmonies of #2A75CC
Complementary color
Monochromatic Colors of #2A75CC
Black with #2A75CC
Text Example
Text Example
White with #2A75CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A75CC; }
p { color: rgb(42,117,204); }
H1.HeaderClassName
{
color: #2A75CC;
}
.AnyTagClassName
{
color: #2A75CC;
}
</style>
background-color css
<style>
a { background-color: #2A75CC; }
a { background-color: rgb(42,117,204); }
div.DivClassName
{
background-color: #2A75CC;
}
.BgClassName
{
background-color: #2A75CC;
}
</style>
border-color css
<style>
span { border-color: #2A75CC; }
span { border-color: rgb(42,117,204); }
td.TdClassName
{
border-color: #2A75CC;
}
.TagClassName
{
border-color: #2A75CC;
}
</style>