Shades of Pelorous #229DCB
Tints of Pelorous #229DCB
RGB
CMYK
RGB Variations
Color information
#229DCB (or 0x229DCB) is known color: Pelorous. HEX triplet: 22, 9D and CB. RGB value is (34,157,203). Sum of RGB (Red+Green+Blue) = 34+157+203=394 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.63% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #229DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229DCB is #DD6234. Grayscale: #7D7D7D. Windows color (decimal): -14508597 or 13344034. OLE color: 13344034.
HSL color Cylindrical-coordinate representation of color #229DCB: hue angle of 196.33º 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 #229DCB is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 157 | 203 | - |
| CMYK | 0.83 | 0.23 | 0 | 0.20 |
| HSL | 196.33º | 0.71% | 0.46% | - |
| HSV(B) | 196.33º | 0.83% | 0.8% | - |
| XYZ | 23.5 | 28.77 | 60.81 | - |
| YUV | 125.47 | 171.75 | 62.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 157 | 203 | 0.83 | 0.23 | 0 | 0.20 | 196.33 | 0.71 | 0.46 |
| Hex | 22 | 9D | CB | 53 | 17 | 0 | 14 | C4 | 47 | 2E |
| Octal | 42 | 235 | 313 | 123 | 27 | 0 | 24 | 304 | 107 | 56 |
| Binary | 100010 | 10011101 | 11001011 | 1010011 | 10111 | 0 | 10100 | 11000100 | 1000111 | 101110 |
Color Harmonies of #229DCB
Complementary color
Monochromatic Colors of #229DCB
Black with #229DCB
Text Example
Text Example
White with #229DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229DCB; }
p { color: rgb(34,157,203); }
H1.HeaderClassName
{
color: #229DCB;
}
.AnyTagClassName
{
color: #229DCB;
}
</style>
background-color css
<style>
a { background-color: #229DCB; }
a { background-color: rgb(34,157,203); }
div.DivClassName
{
background-color: #229DCB;
}
.BgClassName
{
background-color: #229DCB;
}
</style>
border-color css
<style>
span { border-color: #229DCB; }
span { border-color: rgb(34,157,203); }
td.TdClassName
{
border-color: #229DCB;
}
.TagClassName
{
border-color: #229DCB;
}
</style>