Shades of Pelorous #229BBB
Tints of Pelorous #229BBB
RGB
CMYK
RGB Variations
Color information
#229BBB (or 0x229BBB) is known color: Pelorous. HEX triplet: 22, 9B and BB. RGB value is (34,155,187). Sum of RGB (Red+Green+Blue) = 34+155+187=376 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.04% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #229BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229BBB is #DD6444. Grayscale: #7A7A7A. Windows color (decimal): -14509125 or 12294946. OLE color: 12294946.
HSL color Cylindrical-coordinate representation of color #229BBB: hue angle of 192.55º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #229BBB is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 155 | 187 | - |
| CMYK | 0.82 | 0.17 | 0 | 0.27 |
| HSL | 192.55º | 0.69% | 0.43% | - |
| HSV(B) | 192.55º | 0.82% | 0.73% | - |
| XYZ | 21.35 | 27.37 | 51.17 | - |
| YUV | 122.47 | 164.41 | 64.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 155 | 187 | 0.82 | 0.17 | 0 | 0.27 | 192.55 | 0.69 | 0.43 |
| Hex | 22 | 9B | BB | 52 | 11 | 0 | 1B | C1 | 45 | 2B |
| Octal | 42 | 233 | 273 | 122 | 21 | 0 | 33 | 301 | 105 | 53 |
| Binary | 100010 | 10011011 | 10111011 | 1010010 | 10001 | 0 | 11011 | 11000001 | 1000101 | 101011 |
Color Harmonies of #229BBB
Complementary color
Monochromatic Colors of #229BBB
Black with #229BBB
Text Example
Text Example
White with #229BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229BBB; }
p { color: rgb(34,155,187); }
H1.HeaderClassName
{
color: #229BBB;
}
.AnyTagClassName
{
color: #229BBB;
}
</style>
background-color css
<style>
a { background-color: #229BBB; }
a { background-color: rgb(34,155,187); }
div.DivClassName
{
background-color: #229BBB;
}
.BgClassName
{
background-color: #229BBB;
}
</style>
border-color css
<style>
span { border-color: #229BBB; }
span { border-color: rgb(34,155,187); }
td.TdClassName
{
border-color: #229BBB;
}
.TagClassName
{
border-color: #229BBB;
}
</style>