Shades of Pelorous #2799AC
Tints of Pelorous #2799AC
RGB
CMYK
RGB Variations
Color information
#2799AC (or 0x2799AC) is known color: Pelorous. HEX triplet: 27, 99 and AC. RGB value is (39,153,172). Sum of RGB (Red+Green+Blue) = 39+153+172=364 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.71% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #2799AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2799AC is #D86653. Grayscale: #787878. Windows color (decimal): -14181972 or 11311399. OLE color: 11311399.
HSL color Cylindrical-coordinate representation of color #2799AC: hue angle of 188.57º 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 #2799AC is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 153 | 172 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.33 |
| HSL | 188.57º | 0.63% | 0.41% | - |
| HSV(B) | 188.57º | 0.77% | 0.67% | - |
| XYZ | 19.67 | 26.19 | 43.05 | - |
| YUV | 121.08 | 156.73 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 153 | 172 | 0.77 | 0.11 | 0 | 0.33 | 188.57 | 0.63 | 0.41 |
| Hex | 27 | 99 | AC | 4D | B | 0 | 21 | BD | 3F | 29 |
| Octal | 47 | 231 | 254 | 115 | 13 | 0 | 41 | 275 | 77 | 51 |
| Binary | 100111 | 10011001 | 10101100 | 1001101 | 1011 | 0 | 100001 | 10111101 | 111111 | 101001 |
Color Harmonies of #2799AC
Complementary color
Monochromatic Colors of #2799AC
Black with #2799AC
Text Example
Text Example
White with #2799AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2799AC; }
p { color: rgb(39,153,172); }
H1.HeaderClassName
{
color: #2799AC;
}
.AnyTagClassName
{
color: #2799AC;
}
</style>
background-color css
<style>
a { background-color: #2799AC; }
a { background-color: rgb(39,153,172); }
div.DivClassName
{
background-color: #2799AC;
}
.BgClassName
{
background-color: #2799AC;
}
</style>
border-color css
<style>
span { border-color: #2799AC; }
span { border-color: rgb(39,153,172); }
td.TdClassName
{
border-color: #2799AC;
}
.TagClassName
{
border-color: #2799AC;
}
</style>