Shades of Pelorous #229ACB
Tints of Pelorous #229ACB
RGB
CMYK
RGB Variations
Color information
#229ACB (or 0x229ACB) is known color: Pelorous. HEX triplet: 22, 9A and CB. RGB value is (34,154,203). Sum of RGB (Red+Green+Blue) = 34+154+203=391 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.70% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #229ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229ACB is #DD6534. Grayscale: #7B7B7B. Windows color (decimal): -14509365 or 13343266. OLE color: 13343266.
HSL color Cylindrical-coordinate representation of color #229ACB: hue angle of 197.4º 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 #229ACB is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 154 | 203 | - |
| CMYK | 0.83 | 0.24 | 0 | 0.20 |
| HSL | 197.4º | 0.71% | 0.46% | - |
| HSV(B) | 197.4º | 0.83% | 0.8% | - |
| XYZ | 22.99 | 27.76 | 60.65 | - |
| YUV | 123.71 | 172.74 | 64.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 154 | 203 | 0.83 | 0.24 | 0 | 0.20 | 197.4 | 0.71 | 0.46 |
| Hex | 22 | 9A | CB | 53 | 18 | 0 | 14 | C5 | 47 | 2E |
| Octal | 42 | 232 | 313 | 123 | 30 | 0 | 24 | 305 | 107 | 56 |
| Binary | 100010 | 10011010 | 11001011 | 1010011 | 11000 | 0 | 10100 | 11000101 | 1000111 | 101110 |
Color Harmonies of #229ACB
Complementary color
Monochromatic Colors of #229ACB
Black with #229ACB
Text Example
Text Example
White with #229ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229ACB; }
p { color: rgb(34,154,203); }
H1.HeaderClassName
{
color: #229ACB;
}
.AnyTagClassName
{
color: #229ACB;
}
</style>
background-color css
<style>
a { background-color: #229ACB; }
a { background-color: rgb(34,154,203); }
div.DivClassName
{
background-color: #229ACB;
}
.BgClassName
{
background-color: #229ACB;
}
</style>
border-color css
<style>
span { border-color: #229ACB; }
span { border-color: rgb(34,154,203); }
td.TdClassName
{
border-color: #229ACB;
}
.TagClassName
{
border-color: #229ACB;
}
</style>