Shades of Pelorous #229DD0
Tints of Pelorous #229DD0
RGB
CMYK
RGB Variations
Color information
#229DD0 (or 0x229DD0) is known color: Pelorous. HEX triplet: 22, 9D and D0. RGB value is (34,157,208). Sum of RGB (Red+Green+Blue) = 34+157+208=399 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.52% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 208 (81.64% from 255 or 52.13% from 399); Max value from RGB is 208 - color contains mainly: blue. Hex color #229DD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229DD0 is #DD622F. Grayscale: #7D7D7D. Windows color (decimal): -14508592 or 13671714. OLE color: 13671714.
HSL color Cylindrical-coordinate representation of color #229DD0: hue angle of 197.59º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #229DD0 is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 34 | 157 | 208 | - |
| CMYK | 0.84 | 0.25 | 0 | 0.18 |
| HSL | 197.59º | 0.72% | 0.47% | - |
| HSV(B) | 197.59º | 0.84% | 0.82% | - |
| XYZ | 24.1 | 29.01 | 64 | - |
| YUV | 126.04 | 174.25 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 157 | 208 | 0.84 | 0.25 | 0 | 0.18 | 197.59 | 0.72 | 0.47 |
| Hex | 22 | 9D | D0 | 54 | 19 | 0 | 12 | C6 | 48 | 2F |
| Octal | 42 | 235 | 320 | 124 | 31 | 0 | 22 | 306 | 110 | 57 |
| Binary | 100010 | 10011101 | 11010000 | 1010100 | 11001 | 0 | 10010 | 11000110 | 1001000 | 101111 |
Color Harmonies of #229DD0
Complementary color
Monochromatic Colors of #229DD0
Black with #229DD0
Text Example
Text Example
White with #229DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229DD0; }
p { color: rgb(34,157,208); }
H1.HeaderClassName
{
color: #229DD0;
}
.AnyTagClassName
{
color: #229DD0;
}
</style>
background-color css
<style>
a { background-color: #229DD0; }
a { background-color: rgb(34,157,208); }
div.DivClassName
{
background-color: #229DD0;
}
.BgClassName
{
background-color: #229DD0;
}
</style>
border-color css
<style>
span { border-color: #229DD0; }
span { border-color: rgb(34,157,208); }
td.TdClassName
{
border-color: #229DD0;
}
.TagClassName
{
border-color: #229DD0;
}
</style>