Shades of Pelorous #229BCB
Tints of Pelorous #229BCB
RGB
CMYK
RGB Variations
Color information
#229BCB (or 0x229BCB) is known color: Pelorous. HEX triplet: 22, 9B and CB. RGB value is (34,155,203). Sum of RGB (Red+Green+Blue) = 34+155+203=392 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.67% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #229BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229BCB is #DD6434. Grayscale: #7B7B7B. Windows color (decimal): -14509109 or 13343522. OLE color: 13343522.
HSL color Cylindrical-coordinate representation of color #229BCB: hue angle of 197.04º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #229BCB is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 155 | 203 | - |
| CMYK | 0.83 | 0.24 | 0 | 0.20 |
| HSL | 197.04º | 0.71% | 0.46% | - |
| HSV(B) | 197.04º | 0.83% | 0.8% | - |
| XYZ | 23.16 | 28.09 | 60.7 | - |
| YUV | 124.29 | 172.41 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 155 | 203 | 0.83 | 0.24 | 0 | 0.20 | 197.04 | 0.71 | 0.46 |
| Hex | 22 | 9B | CB | 53 | 18 | 0 | 14 | C5 | 47 | 2E |
| Octal | 42 | 233 | 313 | 123 | 30 | 0 | 24 | 305 | 107 | 56 |
| Binary | 100010 | 10011011 | 11001011 | 1010011 | 11000 | 0 | 10100 | 11000101 | 1000111 | 101110 |
Color Harmonies of #229BCB
Complementary color
Monochromatic Colors of #229BCB
Black with #229BCB
Text Example
Text Example
White with #229BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229BCB; }
p { color: rgb(34,155,203); }
H1.HeaderClassName
{
color: #229BCB;
}
.AnyTagClassName
{
color: #229BCB;
}
</style>
background-color css
<style>
a { background-color: #229BCB; }
a { background-color: rgb(34,155,203); }
div.DivClassName
{
background-color: #229BCB;
}
.BgClassName
{
background-color: #229BCB;
}
</style>
border-color css
<style>
span { border-color: #229BCB; }
span { border-color: rgb(34,155,203); }
td.TdClassName
{
border-color: #229BCB;
}
.TagClassName
{
border-color: #229BCB;
}
</style>