Shades of Pelorous #2290CE
Tints of Pelorous #2290CE
RGB
CMYK
RGB Variations
Color information
#2290CE (or 0x2290CE) is known color: Pelorous. HEX triplet: 22, 90 and CE. RGB value is (34,144,206). Sum of RGB (Red+Green+Blue) = 34+144+206=384 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.85% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #2290CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2290CE is #DD6F31. Grayscale: #757575. Windows color (decimal): -14511922 or 13537314. OLE color: 13537314.
HSL color Cylindrical-coordinate representation of color #2290CE: hue angle of 201.63º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2290CE is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 144 | 206 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.19 |
| HSL | 201.63º | 0.72% | 0.47% | - |
| HSV(B) | 201.63º | 0.83% | 0.81% | - |
| XYZ | 21.77 | 24.74 | 62.02 | - |
| YUV | 118.18 | 177.56 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 144 | 206 | 0.83 | 0.30 | 0 | 0.19 | 201.63 | 0.72 | 0.47 |
| Hex | 22 | 90 | CE | 53 | 1E | 0 | 13 | CA | 48 | 2F |
| Octal | 42 | 220 | 316 | 123 | 36 | 0 | 23 | 312 | 110 | 57 |
| Binary | 100010 | 10010000 | 11001110 | 1010011 | 11110 | 0 | 10011 | 11001010 | 1001000 | 101111 |
Color Harmonies of #2290CE
Complementary color
Monochromatic Colors of #2290CE
Black with #2290CE
Text Example
Text Example
White with #2290CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2290CE; }
p { color: rgb(34,144,206); }
H1.HeaderClassName
{
color: #2290CE;
}
.AnyTagClassName
{
color: #2290CE;
}
</style>
background-color css
<style>
a { background-color: #2290CE; }
a { background-color: rgb(34,144,206); }
div.DivClassName
{
background-color: #2290CE;
}
.BgClassName
{
background-color: #2290CE;
}
</style>
border-color css
<style>
span { border-color: #2290CE; }
span { border-color: rgb(34,144,206); }
td.TdClassName
{
border-color: #2290CE;
}
.TagClassName
{
border-color: #2290CE;
}
</style>