Shades of Pelorous #228CC8
Tints of Pelorous #228CC8
RGB
CMYK
RGB Variations
Color information
#228CC8 (or 0x228CC8) is known color: Pelorous. HEX triplet: 22, 8C and C8. RGB value is (34,140,200). Sum of RGB (Red+Green+Blue) = 34+140+200=374 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.09% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 200 (78.52% from 255 or 53.48% from 374); Max value from RGB is 200 - color contains mainly: blue. Hex color #228CC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228CC8 is #DD7337. Grayscale: #727272. Windows color (decimal): -14512952 or 13143074. OLE color: 13143074.
HSL color Cylindrical-coordinate representation of color #228CC8: hue angle of 201.69º 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 #228CC8 is Cyan = 0.83, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 140 | 200 | - |
| CMYK | 0.83 | 0.3 | 0 | 0.22 |
| HSL | 201.69º | 0.71% | 0.46% | - |
| HSV(B) | 201.69º | 0.83% | 0.78% | - |
| XYZ | 20.46 | 23.27 | 58.06 | - |
| YUV | 115.15 | 175.88 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 140 | 200 | 0.83 | 0.3 | 0 | 0.22 | 201.69 | 0.71 | 0.46 |
| Hex | 22 | 8C | C8 | 53 | 1E | 0 | 16 | CA | 47 | 2E |
| Octal | 42 | 214 | 310 | 123 | 36 | 0 | 26 | 312 | 107 | 56 |
| Binary | 100010 | 10001100 | 11001000 | 1010011 | 11110 | 0 | 10110 | 11001010 | 1000111 | 101110 |
Color Harmonies of #228CC8
Complementary color
Monochromatic Colors of #228CC8
Black with #228CC8
Text Example
Text Example
White with #228CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228CC8; }
p { color: rgb(34,140,200); }
H1.HeaderClassName
{
color: #228CC8;
}
.AnyTagClassName
{
color: #228CC8;
}
</style>
background-color css
<style>
a { background-color: #228CC8; }
a { background-color: rgb(34,140,200); }
div.DivClassName
{
background-color: #228CC8;
}
.BgClassName
{
background-color: #228CC8;
}
</style>
border-color css
<style>
span { border-color: #228CC8; }
span { border-color: rgb(34,140,200); }
td.TdClassName
{
border-color: #228CC8;
}
.TagClassName
{
border-color: #228CC8;
}
</style>