Shades of Pelorous #2792BB
Tints of Pelorous #2792BB
RGB
CMYK
RGB Variations
Color information
#2792BB (or 0x2792BB) is known color: Pelorous. HEX triplet: 27, 92 and BB. RGB value is (39,146,187). Sum of RGB (Red+Green+Blue) = 39+146+187=372 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.48% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #2792BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2792BB is #D86D44. Grayscale: #767676. Windows color (decimal): -14183749 or 12292647. OLE color: 12292647.
HSL color Cylindrical-coordinate representation of color #2792BB: hue angle of 196.62º 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 #2792BB is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 146 | 187 | - |
| CMYK | 0.79 | 0.22 | 0 | 0.27 |
| HSL | 196.62º | 0.65% | 0.44% | - |
| HSV(B) | 196.62º | 0.79% | 0.73% | - |
| XYZ | 20.09 | 24.58 | 50.7 | - |
| YUV | 118.68 | 166.55 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 146 | 187 | 0.79 | 0.22 | 0 | 0.27 | 196.62 | 0.65 | 0.44 |
| Hex | 27 | 92 | BB | 4F | 16 | 0 | 1B | C5 | 41 | 2C |
| Octal | 47 | 222 | 273 | 117 | 26 | 0 | 33 | 305 | 101 | 54 |
| Binary | 100111 | 10010010 | 10111011 | 1001111 | 10110 | 0 | 11011 | 11000101 | 1000001 | 101100 |
Color Harmonies of #2792BB
Complementary color
Monochromatic Colors of #2792BB
Black with #2792BB
Text Example
Text Example
White with #2792BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2792BB; }
p { color: rgb(39,146,187); }
H1.HeaderClassName
{
color: #2792BB;
}
.AnyTagClassName
{
color: #2792BB;
}
</style>
background-color css
<style>
a { background-color: #2792BB; }
a { background-color: rgb(39,146,187); }
div.DivClassName
{
background-color: #2792BB;
}
.BgClassName
{
background-color: #2792BB;
}
</style>
border-color css
<style>
span { border-color: #2792BB; }
span { border-color: rgb(39,146,187); }
td.TdClassName
{
border-color: #2792BB;
}
.TagClassName
{
border-color: #2792BB;
}
</style>