Shades of Pelorous #2792C5
Tints of Pelorous #2792C5
RGB
CMYK
RGB Variations
Color information
#2792C5 (or 0x2792C5) is known color: Pelorous. HEX triplet: 27, 92 and C5. RGB value is (39,146,197). Sum of RGB (Red+Green+Blue) = 39+146+197=382 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.21% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 197 (77.34% from 255 or 51.57% from 382); Max value from RGB is 197 - color contains mainly: blue. Hex color #2792C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2792C5 is #D86D3A. Grayscale: #777777. Windows color (decimal): -14183739 or 12948007. OLE color: 12948007.
HSL color Cylindrical-coordinate representation of color #2792C5: hue angle of 199.37º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2792C5 is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 39 | 146 | 197 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.23 |
| HSL | 199.37º | 0.67% | 0.46% | - |
| HSV(B) | 199.37º | 0.8% | 0.77% | - |
| XYZ | 21.19 | 25.02 | 56.54 | - |
| YUV | 119.82 | 171.55 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 146 | 197 | 0.80 | 0.26 | 0 | 0.23 | 199.37 | 0.67 | 0.46 |
| Hex | 27 | 92 | C5 | 50 | 1A | 0 | 17 | C7 | 43 | 2E |
| Octal | 47 | 222 | 305 | 120 | 32 | 0 | 27 | 307 | 103 | 56 |
| Binary | 100111 | 10010010 | 11000101 | 1010000 | 11010 | 0 | 10111 | 11000111 | 1000011 | 101110 |
Color Harmonies of #2792C5
Complementary color
Monochromatic Colors of #2792C5
Black with #2792C5
Text Example
Text Example
White with #2792C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2792C5; }
p { color: rgb(39,146,197); }
H1.HeaderClassName
{
color: #2792C5;
}
.AnyTagClassName
{
color: #2792C5;
}
</style>
background-color css
<style>
a { background-color: #2792C5; }
a { background-color: rgb(39,146,197); }
div.DivClassName
{
background-color: #2792C5;
}
.BgClassName
{
background-color: #2792C5;
}
</style>
border-color css
<style>
span { border-color: #2792C5; }
span { border-color: rgb(39,146,197); }
td.TdClassName
{
border-color: #2792C5;
}
.TagClassName
{
border-color: #2792C5;
}
</style>