Shades of Pelorous #2794CB
Tints of Pelorous #2794CB
RGB
CMYK
RGB Variations
Color information
#2794CB (or 0x2794CB) is known color: Pelorous. HEX triplet: 27, 94 and CB. RGB value is (39,148,203). Sum of RGB (Red+Green+Blue) = 39+148+203=390 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #2794CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2794CB is #D86B34. Grayscale: #797979. Windows color (decimal): -14183221 or 13341735. OLE color: 13341735.
HSL color Cylindrical-coordinate representation of color #2794CB: hue angle of 200.12º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2794CB is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 148 | 203 | - |
| CMYK | 0.81 | 0.27 | 0 | 0.20 |
| HSL | 200.12º | 0.68% | 0.47% | - |
| HSV(B) | 200.12º | 0.81% | 0.8% | - |
| XYZ | 22.21 | 25.92 | 60.33 | - |
| YUV | 121.68 | 173.89 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 148 | 203 | 0.81 | 0.27 | 0 | 0.20 | 200.12 | 0.68 | 0.47 |
| Hex | 27 | 94 | CB | 51 | 1B | 0 | 14 | C8 | 44 | 2F |
| Octal | 47 | 224 | 313 | 121 | 33 | 0 | 24 | 310 | 104 | 57 |
| Binary | 100111 | 10010100 | 11001011 | 1010001 | 11011 | 0 | 10100 | 11001000 | 1000100 | 101111 |
Color Harmonies of #2794CB
Complementary color
Monochromatic Colors of #2794CB
Black with #2794CB
Text Example
Text Example
White with #2794CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2794CB; }
p { color: rgb(39,148,203); }
H1.HeaderClassName
{
color: #2794CB;
}
.AnyTagClassName
{
color: #2794CB;
}
</style>
background-color css
<style>
a { background-color: #2794CB; }
a { background-color: rgb(39,148,203); }
div.DivClassName
{
background-color: #2794CB;
}
.BgClassName
{
background-color: #2794CB;
}
</style>
border-color css
<style>
span { border-color: #2794CB; }
span { border-color: rgb(39,148,203); }
td.TdClassName
{
border-color: #2794CB;
}
.TagClassName
{
border-color: #2794CB;
}
</style>