Shades of Pelorous #2797BB
Tints of Pelorous #2797BB
RGB
CMYK
RGB Variations
Color information
#2797BB (or 0x2797BB) is known color: Pelorous. HEX triplet: 27, 97 and BB. RGB value is (39,151,187). Sum of RGB (Red+Green+Blue) = 39+151+187=377 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.34% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #2797BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2797BB is #D86844. Grayscale: #797979. Windows color (decimal): -14182469 or 12293927. OLE color: 12293927.
HSL color Cylindrical-coordinate representation of color #2797BB: hue angle of 194.59º 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 #2797BB is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 151 | 187 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.27 |
| HSL | 194.59º | 0.65% | 0.44% | - |
| HSV(B) | 194.59º | 0.79% | 0.73% | - |
| XYZ | 20.87 | 26.15 | 50.96 | - |
| YUV | 121.62 | 164.89 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 151 | 187 | 0.79 | 0.19 | 0 | 0.27 | 194.59 | 0.65 | 0.44 |
| Hex | 27 | 97 | BB | 4F | 13 | 0 | 1B | C3 | 41 | 2C |
| Octal | 47 | 227 | 273 | 117 | 23 | 0 | 33 | 303 | 101 | 54 |
| Binary | 100111 | 10010111 | 10111011 | 1001111 | 10011 | 0 | 11011 | 11000011 | 1000001 | 101100 |
Color Harmonies of #2797BB
Complementary color
Monochromatic Colors of #2797BB
Black with #2797BB
Text Example
Text Example
White with #2797BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2797BB; }
p { color: rgb(39,151,187); }
H1.HeaderClassName
{
color: #2797BB;
}
.AnyTagClassName
{
color: #2797BB;
}
</style>
background-color css
<style>
a { background-color: #2797BB; }
a { background-color: rgb(39,151,187); }
div.DivClassName
{
background-color: #2797BB;
}
.BgClassName
{
background-color: #2797BB;
}
</style>
border-color css
<style>
span { border-color: #2797BB; }
span { border-color: rgb(39,151,187); }
td.TdClassName
{
border-color: #2797BB;
}
.TagClassName
{
border-color: #2797BB;
}
</style>