Shades of Pelorous #2799BA
Tints of Pelorous #2799BA
RGB
CMYK
RGB Variations
Color information
#2799BA (or 0x2799BA) is known color: Pelorous. HEX triplet: 27, 99 and BA. RGB value is (39,153,186). Sum of RGB (Red+Green+Blue) = 39+153+186=378 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.32% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #2799BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2799BA is #D86645. Grayscale: #7A7A7A. Windows color (decimal): -14181958 or 12228903. OLE color: 12228903.
HSL color Cylindrical-coordinate representation of color #2799BA: hue angle of 193.47º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2799BA is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 153 | 186 | - |
| CMYK | 0.79 | 0.18 | 0 | 0.27 |
| HSL | 193.47º | 0.65% | 0.44% | - |
| HSV(B) | 193.47º | 0.79% | 0.73% | - |
| XYZ | 21.09 | 26.76 | 50.51 | - |
| YUV | 122.68 | 163.73 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 153 | 186 | 0.79 | 0.18 | 0 | 0.27 | 193.47 | 0.65 | 0.44 |
| Hex | 27 | 99 | BA | 4F | 12 | 0 | 1B | C1 | 41 | 2C |
| Octal | 47 | 231 | 272 | 117 | 22 | 0 | 33 | 301 | 101 | 54 |
| Binary | 100111 | 10011001 | 10111010 | 1001111 | 10010 | 0 | 11011 | 11000001 | 1000001 | 101100 |
Color Harmonies of #2799BA
Complementary color
Monochromatic Colors of #2799BA
Black with #2799BA
Text Example
Text Example
White with #2799BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2799BA; }
p { color: rgb(39,153,186); }
H1.HeaderClassName
{
color: #2799BA;
}
.AnyTagClassName
{
color: #2799BA;
}
</style>
background-color css
<style>
a { background-color: #2799BA; }
a { background-color: rgb(39,153,186); }
div.DivClassName
{
background-color: #2799BA;
}
.BgClassName
{
background-color: #2799BA;
}
</style>
border-color css
<style>
span { border-color: #2799BA; }
span { border-color: rgb(39,153,186); }
td.TdClassName
{
border-color: #2799BA;
}
.TagClassName
{
border-color: #2799BA;
}
</style>