Shades of Pelorous #2796CB
Tints of Pelorous #2796CB
RGB
CMYK
RGB Variations
Color information
#2796CB (or 0x2796CB) is known color: Pelorous. HEX triplet: 27, 96 and CB. RGB value is (39,150,203). Sum of RGB (Red+Green+Blue) = 39+150+203=392 (51% of max value = 765). Red value is 39 (15.62% from 255 or 9.95% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #2796CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2796CB is #D86934. Grayscale: #7A7A7A. Windows color (decimal): -14182709 or 13342247. OLE color: 13342247.
HSL color Cylindrical-coordinate representation of color #2796CB: hue angle of 199.39º 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 #2796CB is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 150 | 203 | - |
| CMYK | 0.81 | 0.26 | 0 | 0.20 |
| HSL | 199.39º | 0.68% | 0.47% | - |
| HSV(B) | 199.39º | 0.81% | 0.8% | - |
| XYZ | 22.52 | 26.56 | 60.44 | - |
| YUV | 122.85 | 173.23 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 150 | 203 | 0.81 | 0.26 | 0 | 0.20 | 199.39 | 0.68 | 0.47 |
| Hex | 27 | 96 | CB | 51 | 1A | 0 | 14 | C7 | 44 | 2F |
| Octal | 47 | 226 | 313 | 121 | 32 | 0 | 24 | 307 | 104 | 57 |
| Binary | 100111 | 10010110 | 11001011 | 1010001 | 11010 | 0 | 10100 | 11000111 | 1000100 | 101111 |
Color Harmonies of #2796CB
Complementary color
Monochromatic Colors of #2796CB
Black with #2796CB
Text Example
Text Example
White with #2796CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2796CB; }
p { color: rgb(39,150,203); }
H1.HeaderClassName
{
color: #2796CB;
}
.AnyTagClassName
{
color: #2796CB;
}
</style>
background-color css
<style>
a { background-color: #2796CB; }
a { background-color: rgb(39,150,203); }
div.DivClassName
{
background-color: #2796CB;
}
.BgClassName
{
background-color: #2796CB;
}
</style>
border-color css
<style>
span { border-color: #2796CB; }
span { border-color: rgb(39,150,203); }
td.TdClassName
{
border-color: #2796CB;
}
.TagClassName
{
border-color: #2796CB;
}
</style>