Shades of Pelorous #2792BC
Tints of Pelorous #2792BC
RGB
CMYK
RGB Variations
Color information
#2792BC (or 0x2792BC) is known color: Pelorous. HEX triplet: 27, 92 and BC. RGB value is (39,146,188). Sum of RGB (Red+Green+Blue) = 39+146+188=373 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.46% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #2792BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2792BC is #D86D43. Grayscale: #767676. Windows color (decimal): -14183748 or 12358183. OLE color: 12358183.
HSL color Cylindrical-coordinate representation of color #2792BC: hue angle of 196.91º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2792BC is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 146 | 188 | - |
| CMYK | 0.79 | 0.22 | 0 | 0.26 |
| HSL | 196.91º | 0.66% | 0.45% | - |
| HSV(B) | 196.91º | 0.79% | 0.74% | - |
| XYZ | 20.19 | 24.62 | 51.26 | - |
| YUV | 118.8 | 167.05 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 146 | 188 | 0.79 | 0.22 | 0 | 0.26 | 196.91 | 0.66 | 0.45 |
| Hex | 27 | 92 | BC | 4F | 16 | 0 | 1A | C5 | 42 | 2D |
| Octal | 47 | 222 | 274 | 117 | 26 | 0 | 32 | 305 | 102 | 55 |
| Binary | 100111 | 10010010 | 10111100 | 1001111 | 10110 | 0 | 11010 | 11000101 | 1000010 | 101101 |
Color Harmonies of #2792BC
Complementary color
Monochromatic Colors of #2792BC
Black with #2792BC
Text Example
Text Example
White with #2792BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2792BC; }
p { color: rgb(39,146,188); }
H1.HeaderClassName
{
color: #2792BC;
}
.AnyTagClassName
{
color: #2792BC;
}
</style>
background-color css
<style>
a { background-color: #2792BC; }
a { background-color: rgb(39,146,188); }
div.DivClassName
{
background-color: #2792BC;
}
.BgClassName
{
background-color: #2792BC;
}
</style>
border-color css
<style>
span { border-color: #2792BC; }
span { border-color: rgb(39,146,188); }
td.TdClassName
{
border-color: #2792BC;
}
.TagClassName
{
border-color: #2792BC;
}
</style>