Shades of Denim #2773C8
Tints of Denim #2773C8
RGB
CMYK
RGB Variations
Color information
#2773C8 (or 0x2773C8) is known color: Denim. HEX triplet: 27, 73 and C8. RGB value is (39,115,200). Sum of RGB (Red+Green+Blue) = 39+115+200=354 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.02% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 200 (78.52% from 255 or 56.50% from 354); Max value from RGB is 200 - color contains mainly: blue. Hex color #2773C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2773C8 is #D88C37. Grayscale: #656565. Windows color (decimal): -14191672 or 13136679. OLE color: 13136679.
HSL color Cylindrical-coordinate representation of color #2773C8: hue angle of 211.68º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2773C8 is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 39 | 115 | 200 | - |
| CMYK | 0.80 | 0.42 | 0 | 0.22 |
| HSL | 211.68º | 0.67% | 0.47% | - |
| HSV(B) | 211.68º | 0.81% | 0.78% | - |
| XYZ | 17.39 | 16.86 | 56.98 | - |
| YUV | 101.97 | 183.32 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 115 | 200 | 0.80 | 0.42 | 0 | 0.22 | 211.68 | 0.67 | 0.47 |
| Hex | 27 | 73 | C8 | 50 | 2A | 0 | 16 | D4 | 43 | 2F |
| Octal | 47 | 163 | 310 | 120 | 52 | 0 | 26 | 324 | 103 | 57 |
| Binary | 100111 | 1110011 | 11001000 | 1010000 | 101010 | 0 | 10110 | 11010100 | 1000011 | 101111 |
Color Harmonies of #2773C8
Complementary color
Monochromatic Colors of #2773C8
Black with #2773C8
Text Example
Text Example
White with #2773C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2773C8; }
p { color: rgb(39,115,200); }
H1.HeaderClassName
{
color: #2773C8;
}
.AnyTagClassName
{
color: #2773C8;
}
</style>
background-color css
<style>
a { background-color: #2773C8; }
a { background-color: rgb(39,115,200); }
div.DivClassName
{
background-color: #2773C8;
}
.BgClassName
{
background-color: #2773C8;
}
</style>
border-color css
<style>
span { border-color: #2773C8; }
span { border-color: rgb(39,115,200); }
td.TdClassName
{
border-color: #2773C8;
}
.TagClassName
{
border-color: #2773C8;
}
</style>