Shades of Pelorous #228ECD
Tints of Pelorous #228ECD
RGB
CMYK
RGB Variations
Color information
#228ECD (or 0x228ECD) is known color: Pelorous. HEX triplet: 22, 8E and CD. RGB value is (34,142,205). Sum of RGB (Red+Green+Blue) = 34+142+205=381 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.92% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #228ECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228ECD is #DD7132. Grayscale: #747474. Windows color (decimal): -14512435 or 13471266. OLE color: 13471266.
HSL color Cylindrical-coordinate representation of color #228ECD: hue angle of 202.11º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #228ECD is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 142 | 205 | - |
| CMYK | 0.83 | 0.31 | 0 | 0.20 |
| HSL | 202.11º | 0.72% | 0.47% | - |
| HSV(B) | 202.11º | 0.83% | 0.8% | - |
| XYZ | 21.35 | 24.09 | 61.28 | - |
| YUV | 116.89 | 177.72 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 142 | 205 | 0.83 | 0.31 | 0 | 0.20 | 202.11 | 0.72 | 0.47 |
| Hex | 22 | 8E | CD | 53 | 1F | 0 | 14 | CA | 48 | 2F |
| Octal | 42 | 216 | 315 | 123 | 37 | 0 | 24 | 312 | 110 | 57 |
| Binary | 100010 | 10001110 | 11001101 | 1010011 | 11111 | 0 | 10100 | 11001010 | 1001000 | 101111 |
Color Harmonies of #228ECD
Complementary color
Monochromatic Colors of #228ECD
Black with #228ECD
Text Example
Text Example
White with #228ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228ECD; }
p { color: rgb(34,142,205); }
H1.HeaderClassName
{
color: #228ECD;
}
.AnyTagClassName
{
color: #228ECD;
}
</style>
background-color css
<style>
a { background-color: #228ECD; }
a { background-color: rgb(34,142,205); }
div.DivClassName
{
background-color: #228ECD;
}
.BgClassName
{
background-color: #228ECD;
}
</style>
border-color css
<style>
span { border-color: #228ECD; }
span { border-color: rgb(34,142,205); }
td.TdClassName
{
border-color: #228ECD;
}
.TagClassName
{
border-color: #228ECD;
}
</style>