Shades of Pelorous #2794CE
Tints of Pelorous #2794CE
RGB
CMYK
RGB Variations
Color information
#2794CE (or 0x2794CE) is known color: Pelorous. HEX triplet: 27, 94 and CE. RGB value is (39,148,206). Sum of RGB (Red+Green+Blue) = 39+148+206=393 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.92% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #2794CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2794CE is #D86B31. Grayscale: #797979. Windows color (decimal): -14183218 or 13538343. OLE color: 13538343.
HSL color Cylindrical-coordinate representation of color #2794CE: hue angle of 200.84º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2794CE is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 148 | 206 | - |
| CMYK | 0.81 | 0.28 | 0 | 0.19 |
| HSL | 200.84º | 0.68% | 0.48% | - |
| HSV(B) | 200.84º | 0.81% | 0.81% | - |
| XYZ | 22.57 | 26.07 | 62.23 | - |
| YUV | 122.02 | 175.39 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 148 | 206 | 0.81 | 0.28 | 0 | 0.19 | 200.84 | 0.68 | 0.48 |
| Hex | 27 | 94 | CE | 51 | 1C | 0 | 13 | C9 | 44 | 30 |
| Octal | 47 | 224 | 316 | 121 | 34 | 0 | 23 | 311 | 104 | 60 |
| Binary | 100111 | 10010100 | 11001110 | 1010001 | 11100 | 0 | 10011 | 11001001 | 1000100 | 110000 |
Color Harmonies of #2794CE
Complementary color
Monochromatic Colors of #2794CE
Black with #2794CE
Text Example
Text Example
White with #2794CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2794CE; }
p { color: rgb(39,148,206); }
H1.HeaderClassName
{
color: #2794CE;
}
.AnyTagClassName
{
color: #2794CE;
}
</style>
background-color css
<style>
a { background-color: #2794CE; }
a { background-color: rgb(39,148,206); }
div.DivClassName
{
background-color: #2794CE;
}
.BgClassName
{
background-color: #2794CE;
}
</style>
border-color css
<style>
span { border-color: #2794CE; }
span { border-color: rgb(39,148,206); }
td.TdClassName
{
border-color: #2794CE;
}
.TagClassName
{
border-color: #2794CE;
}
</style>