Shades of Pelorous #228DCE
Tints of Pelorous #228DCE
RGB
CMYK
RGB Variations
Color information
#228DCE (or 0x228DCE) is known color: Pelorous. HEX triplet: 22, 8D and CE. RGB value is (34,141,206). Sum of RGB (Red+Green+Blue) = 34+141+206=381 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.92% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #228DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228DCE is #DD7231. Grayscale: #747474. Windows color (decimal): -14512690 or 13536546. OLE color: 13536546.
HSL color Cylindrical-coordinate representation of color #228DCE: hue angle of 202.67º 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 #228DCE is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 141 | 206 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.19 |
| HSL | 202.67º | 0.72% | 0.47% | - |
| HSV(B) | 202.67º | 0.83% | 0.81% | - |
| XYZ | 21.33 | 23.85 | 61.87 | - |
| YUV | 116.42 | 178.55 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 141 | 206 | 0.83 | 0.32 | 0 | 0.19 | 202.67 | 0.72 | 0.47 |
| Hex | 22 | 8D | CE | 53 | 20 | 0 | 13 | CB | 48 | 2F |
| Octal | 42 | 215 | 316 | 123 | 40 | 0 | 23 | 313 | 110 | 57 |
| Binary | 100010 | 10001101 | 11001110 | 1010011 | 100000 | 0 | 10011 | 11001011 | 1001000 | 101111 |
Color Harmonies of #228DCE
Complementary color
Monochromatic Colors of #228DCE
Black with #228DCE
Text Example
Text Example
White with #228DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228DCE; }
p { color: rgb(34,141,206); }
H1.HeaderClassName
{
color: #228DCE;
}
.AnyTagClassName
{
color: #228DCE;
}
</style>
background-color css
<style>
a { background-color: #228DCE; }
a { background-color: rgb(34,141,206); }
div.DivClassName
{
background-color: #228DCE;
}
.BgClassName
{
background-color: #228DCE;
}
</style>
border-color css
<style>
span { border-color: #228DCE; }
span { border-color: rgb(34,141,206); }
td.TdClassName
{
border-color: #228DCE;
}
.TagClassName
{
border-color: #228DCE;
}
</style>