Shades of Pelorous #2295CE
Tints of Pelorous #2295CE
RGB
CMYK
RGB Variations
Color information
#2295CE (or 0x2295CE) is known color: Pelorous. HEX triplet: 22, 95 and CE. RGB value is (34,149,206). Sum of RGB (Red+Green+Blue) = 34+149+206=389 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.74% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #2295CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2295CE is #DD6A31. Grayscale: #787878. Windows color (decimal): -14510642 or 13538594. OLE color: 13538594.
HSL color Cylindrical-coordinate representation of color #2295CE: hue angle of 199.88º 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 #2295CE is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 149 | 206 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.19 |
| HSL | 199.88º | 0.72% | 0.47% | - |
| HSV(B) | 199.88º | 0.83% | 0.81% | - |
| XYZ | 22.55 | 26.29 | 62.28 | - |
| YUV | 121.11 | 175.9 | 65.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 149 | 206 | 0.83 | 0.28 | 0 | 0.19 | 199.88 | 0.72 | 0.47 |
| Hex | 22 | 95 | CE | 53 | 1C | 0 | 13 | C8 | 48 | 2F |
| Octal | 42 | 225 | 316 | 123 | 34 | 0 | 23 | 310 | 110 | 57 |
| Binary | 100010 | 10010101 | 11001110 | 1010011 | 11100 | 0 | 10011 | 11001000 | 1001000 | 101111 |
Color Harmonies of #2295CE
Complementary color
Monochromatic Colors of #2295CE
Black with #2295CE
Text Example
Text Example
White with #2295CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2295CE; }
p { color: rgb(34,149,206); }
H1.HeaderClassName
{
color: #2295CE;
}
.AnyTagClassName
{
color: #2295CE;
}
</style>
background-color css
<style>
a { background-color: #2295CE; }
a { background-color: rgb(34,149,206); }
div.DivClassName
{
background-color: #2295CE;
}
.BgClassName
{
background-color: #2295CE;
}
</style>
border-color css
<style>
span { border-color: #2295CE; }
span { border-color: rgb(34,149,206); }
td.TdClassName
{
border-color: #2295CE;
}
.TagClassName
{
border-color: #2295CE;
}
</style>