Shades of Pelorous #229DB7
Tints of Pelorous #229DB7
RGB
CMYK
RGB Variations
Color information
#229DB7 (or 0x229DB7) is known color: Pelorous. HEX triplet: 22, 9D and B7. RGB value is (34,157,183). Sum of RGB (Red+Green+Blue) = 34+157+183=374 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.09% from 374); Green value is 157 (61.72% from 255 or 41.98% from 374); Blue value is 183 (71.88% from 255 or 48.93% from 374); Max value from RGB is 183 - color contains mainly: blue. Hex color #229DB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229DB7 is #DD6248. Grayscale: #7A7A7A. Windows color (decimal): -14508617 or 12033314. OLE color: 12033314.
HSL color Cylindrical-coordinate representation of color #229DB7: hue angle of 190.47º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #229DB7 is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 34 | 157 | 183 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.28 |
| HSL | 190.47º | 0.69% | 0.43% | - |
| HSV(B) | 190.47º | 0.81% | 0.72% | - |
| XYZ | 21.26 | 27.87 | 49.06 | - |
| YUV | 123.19 | 161.75 | 64.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 157 | 183 | 0.81 | 0.14 | 0 | 0.28 | 190.47 | 0.69 | 0.43 |
| Hex | 22 | 9D | B7 | 51 | E | 0 | 1C | BE | 45 | 2B |
| Octal | 42 | 235 | 267 | 121 | 16 | 0 | 34 | 276 | 105 | 53 |
| Binary | 100010 | 10011101 | 10110111 | 1010001 | 1110 | 0 | 11100 | 10111110 | 1000101 | 101011 |
Color Harmonies of #229DB7
Complementary color
Monochromatic Colors of #229DB7
Black with #229DB7
Text Example
Text Example
White with #229DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229DB7; }
p { color: rgb(34,157,183); }
H1.HeaderClassName
{
color: #229DB7;
}
.AnyTagClassName
{
color: #229DB7;
}
</style>
background-color css
<style>
a { background-color: #229DB7; }
a { background-color: rgb(34,157,183); }
div.DivClassName
{
background-color: #229DB7;
}
.BgClassName
{
background-color: #229DB7;
}
</style>
border-color css
<style>
span { border-color: #229DB7; }
span { border-color: rgb(34,157,183); }
td.TdClassName
{
border-color: #229DB7;
}
.TagClassName
{
border-color: #229DB7;
}
</style>