Shades of Denim #2767CA
Tints of Denim #2767CA
RGB
CMYK
RGB Variations
Color information
#2767CA (or 0x2767CA) is known color: Denim. HEX triplet: 27, 67 and CA. RGB value is (39,103,202). Sum of RGB (Red+Green+Blue) = 39+103+202=344 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.34% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 202 (79.30% from 255 or 58.72% from 344); Max value from RGB is 202 - color contains mainly: blue. Hex color #2767CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2767CA is #D89835. Grayscale: #5E5E5E. Windows color (decimal): -14194742 or 13264679. OLE color: 13264679.
HSL color Cylindrical-coordinate representation of color #2767CA: hue angle of 216.44º 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 #2767CA is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 39 | 103 | 202 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.21 |
| HSL | 216.44º | 0.68% | 0.47% | - |
| HSV(B) | 216.44º | 0.81% | 0.79% | - |
| XYZ | 16.35 | 14.4 | 57.79 | - |
| YUV | 95.15 | 188.3 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 103 | 202 | 0.81 | 0.49 | 0 | 0.21 | 216.44 | 0.68 | 0.47 |
| Hex | 27 | 67 | CA | 51 | 31 | 0 | 15 | D8 | 44 | 2F |
| Octal | 47 | 147 | 312 | 121 | 61 | 0 | 25 | 330 | 104 | 57 |
| Binary | 100111 | 1100111 | 11001010 | 1010001 | 110001 | 0 | 10101 | 11011000 | 1000100 | 101111 |
Color Harmonies of #2767CA
Complementary color
Monochromatic Colors of #2767CA
Black with #2767CA
Text Example
Text Example
White with #2767CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2767CA; }
p { color: rgb(39,103,202); }
H1.HeaderClassName
{
color: #2767CA;
}
.AnyTagClassName
{
color: #2767CA;
}
</style>
background-color css
<style>
a { background-color: #2767CA; }
a { background-color: rgb(39,103,202); }
div.DivClassName
{
background-color: #2767CA;
}
.BgClassName
{
background-color: #2767CA;
}
</style>
border-color css
<style>
span { border-color: #2767CA; }
span { border-color: rgb(39,103,202); }
td.TdClassName
{
border-color: #2767CA;
}
.TagClassName
{
border-color: #2767CA;
}
</style>