Shades of Denim #2766CA
Tints of Denim #2766CA
RGB
CMYK
RGB Variations
Color information
#2766CA (or 0x2766CA) is known color: Denim. HEX triplet: 27, 66 and CA. RGB value is (39,102,202). Sum of RGB (Red+Green+Blue) = 39+102+202=343 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.37% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 202 (79.30% from 255 or 58.89% from 343); Max value from RGB is 202 - color contains mainly: blue. Hex color #2766CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2766CA is #D89935. Grayscale: #5E5E5E. Windows color (decimal): -14194998 or 13264423. OLE color: 13264423.
HSL color Cylindrical-coordinate representation of color #2766CA: hue angle of 216.81º 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 #2766CA is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 39 | 102 | 202 | - |
| CMYK | 0.81 | 0.50 | 0 | 0.21 |
| HSL | 216.81º | 0.68% | 0.47% | - |
| HSV(B) | 216.81º | 0.81% | 0.79% | - |
| XYZ | 16.25 | 14.2 | 57.76 | - |
| YUV | 94.56 | 188.63 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 102 | 202 | 0.81 | 0.50 | 0 | 0.21 | 216.81 | 0.68 | 0.47 |
| Hex | 27 | 66 | CA | 51 | 32 | 0 | 15 | D9 | 44 | 2F |
| Octal | 47 | 146 | 312 | 121 | 62 | 0 | 25 | 331 | 104 | 57 |
| Binary | 100111 | 1100110 | 11001010 | 1010001 | 110010 | 0 | 10101 | 11011001 | 1000100 | 101111 |
Color Harmonies of #2766CA
Complementary color
Monochromatic Colors of #2766CA
Black with #2766CA
Text Example
Text Example
White with #2766CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2766CA; }
p { color: rgb(39,102,202); }
H1.HeaderClassName
{
color: #2766CA;
}
.AnyTagClassName
{
color: #2766CA;
}
</style>
background-color css
<style>
a { background-color: #2766CA; }
a { background-color: rgb(39,102,202); }
div.DivClassName
{
background-color: #2766CA;
}
.BgClassName
{
background-color: #2766CA;
}
</style>
border-color css
<style>
span { border-color: #2766CA; }
span { border-color: rgb(39,102,202); }
td.TdClassName
{
border-color: #2766CA;
}
.TagClassName
{
border-color: #2766CA;
}
</style>