Shades of Pelorous #2799CA
Tints of Pelorous #2799CA
RGB
CMYK
RGB Variations
Color information
#2799CA (or 0x2799CA) is known color: Pelorous. HEX triplet: 27, 99 and CA. RGB value is (39,153,202). Sum of RGB (Red+Green+Blue) = 39+153+202=394 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.90% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #2799CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2799CA is #D86635. Grayscale: #7C7C7C. Windows color (decimal): -14181942 or 13277479. OLE color: 13277479.
HSL color Cylindrical-coordinate representation of color #2799CA: hue angle of 198.04º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2799CA is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 39 | 153 | 202 | - |
| CMYK | 0.81 | 0.24 | 0 | 0.21 |
| HSL | 198.04º | 0.68% | 0.47% | - |
| HSV(B) | 198.04º | 0.81% | 0.79% | - |
| XYZ | 22.89 | 27.48 | 59.97 | - |
| YUV | 124.5 | 171.73 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 153 | 202 | 0.81 | 0.24 | 0 | 0.21 | 198.04 | 0.68 | 0.47 |
| Hex | 27 | 99 | CA | 51 | 18 | 0 | 15 | C6 | 44 | 2F |
| Octal | 47 | 231 | 312 | 121 | 30 | 0 | 25 | 306 | 104 | 57 |
| Binary | 100111 | 10011001 | 11001010 | 1010001 | 11000 | 0 | 10101 | 11000110 | 1000100 | 101111 |
Color Harmonies of #2799CA
Complementary color
Monochromatic Colors of #2799CA
Black with #2799CA
Text Example
Text Example
White with #2799CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2799CA; }
p { color: rgb(39,153,202); }
H1.HeaderClassName
{
color: #2799CA;
}
.AnyTagClassName
{
color: #2799CA;
}
</style>
background-color css
<style>
a { background-color: #2799CA; }
a { background-color: rgb(39,153,202); }
div.DivClassName
{
background-color: #2799CA;
}
.BgClassName
{
background-color: #2799CA;
}
</style>
border-color css
<style>
span { border-color: #2799CA; }
span { border-color: rgb(39,153,202); }
td.TdClassName
{
border-color: #2799CA;
}
.TagClassName
{
border-color: #2799CA;
}
</style>