Shades of Pelorous #2790CA
Tints of Pelorous #2790CA
RGB
CMYK
RGB Variations
Color information
#2790CA (or 0x2790CA) is known color: Pelorous. HEX triplet: 27, 90 and CA. RGB value is (39,144,202). Sum of RGB (Red+Green+Blue) = 39+144+202=385 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.13% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #2790CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2790CA is #D86F35. Grayscale: #767676. Windows color (decimal): -14184246 or 13275175. OLE color: 13275175.
HSL color Cylindrical-coordinate representation of color #2790CA: hue angle of 201.35º 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 #2790CA is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 39 | 144 | 202 | - |
| CMYK | 0.81 | 0.29 | 0 | 0.21 |
| HSL | 201.35º | 0.68% | 0.47% | - |
| HSV(B) | 201.35º | 0.81% | 0.79% | - |
| XYZ | 21.47 | 24.64 | 59.5 | - |
| YUV | 119.22 | 174.71 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 144 | 202 | 0.81 | 0.29 | 0 | 0.21 | 201.35 | 0.68 | 0.47 |
| Hex | 27 | 90 | CA | 51 | 1D | 0 | 15 | C9 | 44 | 2F |
| Octal | 47 | 220 | 312 | 121 | 35 | 0 | 25 | 311 | 104 | 57 |
| Binary | 100111 | 10010000 | 11001010 | 1010001 | 11101 | 0 | 10101 | 11001001 | 1000100 | 101111 |
Color Harmonies of #2790CA
Complementary color
Monochromatic Colors of #2790CA
Black with #2790CA
Text Example
Text Example
White with #2790CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2790CA; }
p { color: rgb(39,144,202); }
H1.HeaderClassName
{
color: #2790CA;
}
.AnyTagClassName
{
color: #2790CA;
}
</style>
background-color css
<style>
a { background-color: #2790CA; }
a { background-color: rgb(39,144,202); }
div.DivClassName
{
background-color: #2790CA;
}
.BgClassName
{
background-color: #2790CA;
}
</style>
border-color css
<style>
span { border-color: #2790CA; }
span { border-color: rgb(39,144,202); }
td.TdClassName
{
border-color: #2790CA;
}
.TagClassName
{
border-color: #2790CA;
}
</style>