Shades of Pelorous #2290C8
Tints of Pelorous #2290C8
RGB
CMYK
RGB Variations
Color information
#2290C8 (or 0x2290C8) is known color: Pelorous. HEX triplet: 22, 90 and C8. RGB value is (34,144,200). Sum of RGB (Red+Green+Blue) = 34+144+200=378 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.99% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 200 (78.52% from 255 or 52.91% from 378); Max value from RGB is 200 - color contains mainly: blue. Hex color #2290C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2290C8 is #DD6F37. Grayscale: #757575. Windows color (decimal): -14511928 or 13144098. OLE color: 13144098.
HSL color Cylindrical-coordinate representation of color #2290C8: hue angle of 200.24º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2290C8 is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 144 | 200 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.22 |
| HSL | 200.24º | 0.71% | 0.46% | - |
| HSV(B) | 200.24º | 0.83% | 0.78% | - |
| XYZ | 21.06 | 24.46 | 58.25 | - |
| YUV | 117.49 | 174.56 | 68.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 144 | 200 | 0.83 | 0.28 | 0 | 0.22 | 200.24 | 0.71 | 0.46 |
| Hex | 22 | 90 | C8 | 53 | 1C | 0 | 16 | C8 | 47 | 2E |
| Octal | 42 | 220 | 310 | 123 | 34 | 0 | 26 | 310 | 107 | 56 |
| Binary | 100010 | 10010000 | 11001000 | 1010011 | 11100 | 0 | 10110 | 11001000 | 1000111 | 101110 |
Color Harmonies of #2290C8
Complementary color
Monochromatic Colors of #2290C8
Black with #2290C8
Text Example
Text Example
White with #2290C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2290C8; }
p { color: rgb(34,144,200); }
H1.HeaderClassName
{
color: #2290C8;
}
.AnyTagClassName
{
color: #2290C8;
}
</style>
background-color css
<style>
a { background-color: #2290C8; }
a { background-color: rgb(34,144,200); }
div.DivClassName
{
background-color: #2290C8;
}
.BgClassName
{
background-color: #2290C8;
}
</style>
border-color css
<style>
span { border-color: #2290C8; }
span { border-color: rgb(34,144,200); }
td.TdClassName
{
border-color: #2290C8;
}
.TagClassName
{
border-color: #2290C8;
}
</style>