Shades of Pelorous #2796AC
Tints of Pelorous #2796AC
RGB
CMYK
RGB Variations
Color information
#2796AC (or 0x2796AC) is known color: Pelorous. HEX triplet: 27, 96 and AC. RGB value is (39,150,172). Sum of RGB (Red+Green+Blue) = 39+150+172=361 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.80% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #2796AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2796AC is #D86953. Grayscale: #777777. Windows color (decimal): -14182740 or 11310631. OLE color: 11310631.
HSL color Cylindrical-coordinate representation of color #2796AC: hue angle of 189.92º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2796AC is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 150 | 172 | - |
| CMYK | 0.77 | 0.13 | 0 | 0.33 |
| HSL | 189.92º | 0.63% | 0.41% | - |
| HSV(B) | 189.92º | 0.77% | 0.67% | - |
| XYZ | 19.19 | 25.22 | 42.89 | - |
| YUV | 119.32 | 157.73 | 70.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 150 | 172 | 0.77 | 0.13 | 0 | 0.33 | 189.92 | 0.63 | 0.41 |
| Hex | 27 | 96 | AC | 4D | D | 0 | 21 | BE | 3F | 29 |
| Octal | 47 | 226 | 254 | 115 | 15 | 0 | 41 | 276 | 77 | 51 |
| Binary | 100111 | 10010110 | 10101100 | 1001101 | 1101 | 0 | 100001 | 10111110 | 111111 | 101001 |
Color Harmonies of #2796AC
Complementary color
Monochromatic Colors of #2796AC
Black with #2796AC
Text Example
Text Example
White with #2796AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2796AC; }
p { color: rgb(39,150,172); }
H1.HeaderClassName
{
color: #2796AC;
}
.AnyTagClassName
{
color: #2796AC;
}
</style>
background-color css
<style>
a { background-color: #2796AC; }
a { background-color: rgb(39,150,172); }
div.DivClassName
{
background-color: #2796AC;
}
.BgClassName
{
background-color: #2796AC;
}
</style>
border-color css
<style>
span { border-color: #2796AC; }
span { border-color: rgb(39,150,172); }
td.TdClassName
{
border-color: #2796AC;
}
.TagClassName
{
border-color: #2796AC;
}
</style>