Shades of Pelorous #229DBD
Tints of Pelorous #229DBD
RGB
CMYK
RGB Variations
Color information
#229DBD (or 0x229DBD) is known color: Pelorous. HEX triplet: 22, 9D and BD. RGB value is (34,157,189). Sum of RGB (Red+Green+Blue) = 34+157+189=380 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.95% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #229DBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229DBD is #DD6242. Grayscale: #7B7B7B. Windows color (decimal): -14508611 or 12426530. OLE color: 12426530.
HSL color Cylindrical-coordinate representation of color #229DBD: hue angle of 192.39º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #229DBD is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 157 | 189 | - |
| CMYK | 0.82 | 0.17 | 0 | 0.26 |
| HSL | 192.39º | 0.7% | 0.44% | - |
| HSV(B) | 192.39º | 0.82% | 0.74% | - |
| XYZ | 21.9 | 28.13 | 52.42 | - |
| YUV | 123.87 | 164.75 | 63.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 157 | 189 | 0.82 | 0.17 | 0 | 0.26 | 192.39 | 0.7 | 0.44 |
| Hex | 22 | 9D | BD | 52 | 11 | 0 | 1A | C0 | 46 | 2C |
| Octal | 42 | 235 | 275 | 122 | 21 | 0 | 32 | 300 | 106 | 54 |
| Binary | 100010 | 10011101 | 10111101 | 1010010 | 10001 | 0 | 11010 | 11000000 | 1000110 | 101100 |
Color Harmonies of #229DBD
Complementary color
Monochromatic Colors of #229DBD
Black with #229DBD
Text Example
Text Example
White with #229DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229DBD; }
p { color: rgb(34,157,189); }
H1.HeaderClassName
{
color: #229DBD;
}
.AnyTagClassName
{
color: #229DBD;
}
</style>
background-color css
<style>
a { background-color: #229DBD; }
a { background-color: rgb(34,157,189); }
div.DivClassName
{
background-color: #229DBD;
}
.BgClassName
{
background-color: #229DBD;
}
</style>
border-color css
<style>
span { border-color: #229DBD; }
span { border-color: rgb(34,157,189); }
td.TdClassName
{
border-color: #229DBD;
}
.TagClassName
{
border-color: #229DBD;
}
</style>