Shades of Pelorous #2796BA
Tints of Pelorous #2796BA
RGB
CMYK
RGB Variations
Color information
#2796BA (or 0x2796BA) is known color: Pelorous. HEX triplet: 27, 96 and BA. RGB value is (39,150,186). Sum of RGB (Red+Green+Blue) = 39+150+186=375 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.4% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #2796BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2796BA is #D86945. Grayscale: #787878. Windows color (decimal): -14182726 or 12228135. OLE color: 12228135.
HSL color Cylindrical-coordinate representation of color #2796BA: hue angle of 194.69º 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 #2796BA is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 150 | 186 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.27 |
| HSL | 194.69º | 0.65% | 0.44% | - |
| HSV(B) | 194.69º | 0.79% | 0.73% | - |
| XYZ | 20.61 | 25.79 | 50.35 | - |
| YUV | 120.92 | 164.73 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 150 | 186 | 0.79 | 0.19 | 0 | 0.27 | 194.69 | 0.65 | 0.44 |
| Hex | 27 | 96 | BA | 4F | 13 | 0 | 1B | C3 | 41 | 2C |
| Octal | 47 | 226 | 272 | 117 | 23 | 0 | 33 | 303 | 101 | 54 |
| Binary | 100111 | 10010110 | 10111010 | 1001111 | 10011 | 0 | 11011 | 11000011 | 1000001 | 101100 |
Color Harmonies of #2796BA
Complementary color
Monochromatic Colors of #2796BA
Black with #2796BA
Text Example
Text Example
White with #2796BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2796BA; }
p { color: rgb(39,150,186); }
H1.HeaderClassName
{
color: #2796BA;
}
.AnyTagClassName
{
color: #2796BA;
}
</style>
background-color css
<style>
a { background-color: #2796BA; }
a { background-color: rgb(39,150,186); }
div.DivClassName
{
background-color: #2796BA;
}
.BgClassName
{
background-color: #2796BA;
}
</style>
border-color css
<style>
span { border-color: #2796BA; }
span { border-color: rgb(39,150,186); }
td.TdClassName
{
border-color: #2796BA;
}
.TagClassName
{
border-color: #2796BA;
}
</style>