Shades of Denim #2773CA
Tints of Denim #2773CA
RGB
CMYK
RGB Variations
Color information
#2773CA (or 0x2773CA) is known color: Denim. HEX triplet: 27, 73 and CA. RGB value is (39,115,202). Sum of RGB (Red+Green+Blue) = 39+115+202=356 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.96% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 202 (79.30% from 255 or 56.74% from 356); Max value from RGB is 202 - color contains mainly: blue. Hex color #2773CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2773CA is #D88C35. Grayscale: #656565. Windows color (decimal): -14191670 or 13267751. OLE color: 13267751.
HSL color Cylindrical-coordinate representation of color #2773CA: hue angle of 212.02º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2773CA is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 39 | 115 | 202 | - |
| CMYK | 0.81 | 0.43 | 0 | 0.21 |
| HSL | 212.02º | 0.68% | 0.47% | - |
| HSV(B) | 212.02º | 0.81% | 0.79% | - |
| XYZ | 17.63 | 16.96 | 58.22 | - |
| YUV | 102.19 | 184.32 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 115 | 202 | 0.81 | 0.43 | 0 | 0.21 | 212.02 | 0.68 | 0.47 |
| Hex | 27 | 73 | CA | 51 | 2B | 0 | 15 | D4 | 44 | 2F |
| Octal | 47 | 163 | 312 | 121 | 53 | 0 | 25 | 324 | 104 | 57 |
| Binary | 100111 | 1110011 | 11001010 | 1010001 | 101011 | 0 | 10101 | 11010100 | 1000100 | 101111 |
Color Harmonies of #2773CA
Complementary color
Monochromatic Colors of #2773CA
Black with #2773CA
Text Example
Text Example
White with #2773CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2773CA; }
p { color: rgb(39,115,202); }
H1.HeaderClassName
{
color: #2773CA;
}
.AnyTagClassName
{
color: #2773CA;
}
</style>
background-color css
<style>
a { background-color: #2773CA; }
a { background-color: rgb(39,115,202); }
div.DivClassName
{
background-color: #2773CA;
}
.BgClassName
{
background-color: #2773CA;
}
</style>
border-color css
<style>
span { border-color: #2773CA; }
span { border-color: rgb(39,115,202); }
td.TdClassName
{
border-color: #2773CA;
}
.TagClassName
{
border-color: #2773CA;
}
</style>