Shades of Pelorous #228ECE
Tints of Pelorous #228ECE
RGB
CMYK
RGB Variations
Color information
#228ECE (or 0x228ECE) is known color: Pelorous. HEX triplet: 22, 8E and CE. RGB value is (34,142,206). Sum of RGB (Red+Green+Blue) = 34+142+206=382 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.90% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #228ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228ECE is #DD7131. Grayscale: #747474. Windows color (decimal): -14512434 or 13536802. OLE color: 13536802.
HSL color Cylindrical-coordinate representation of color #228ECE: hue angle of 202.33º 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 #228ECE is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 142 | 206 | - |
| CMYK | 0.83 | 0.31 | 0 | 0.19 |
| HSL | 202.33º | 0.72% | 0.47% | - |
| HSV(B) | 202.33º | 0.83% | 0.81% | - |
| XYZ | 21.47 | 24.14 | 61.92 | - |
| YUV | 117 | 178.22 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 142 | 206 | 0.83 | 0.31 | 0 | 0.19 | 202.33 | 0.72 | 0.47 |
| Hex | 22 | 8E | CE | 53 | 1F | 0 | 13 | CA | 48 | 2F |
| Octal | 42 | 216 | 316 | 123 | 37 | 0 | 23 | 312 | 110 | 57 |
| Binary | 100010 | 10001110 | 11001110 | 1010011 | 11111 | 0 | 10011 | 11001010 | 1001000 | 101111 |
Color Harmonies of #228ECE
Complementary color
Monochromatic Colors of #228ECE
Black with #228ECE
Text Example
Text Example
White with #228ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228ECE; }
p { color: rgb(34,142,206); }
H1.HeaderClassName
{
color: #228ECE;
}
.AnyTagClassName
{
color: #228ECE;
}
</style>
background-color css
<style>
a { background-color: #228ECE; }
a { background-color: rgb(34,142,206); }
div.DivClassName
{
background-color: #228ECE;
}
.BgClassName
{
background-color: #228ECE;
}
</style>
border-color css
<style>
span { border-color: #228ECE; }
span { border-color: rgb(34,142,206); }
td.TdClassName
{
border-color: #228ECE;
}
.TagClassName
{
border-color: #228ECE;
}
</style>