Shades of Pelorous #229FB2
Tints of Pelorous #229FB2
RGB
CMYK
RGB Variations
Color information
#229FB2 (or 0x229FB2) is known color: Pelorous. HEX triplet: 22, 9F and B2. RGB value is (34,159,178). Sum of RGB (Red+Green+Blue) = 34+159+178=371 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.16% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 178 - color contains mainly: blue. Hex color #229FB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229FB2 is #DD604D. Grayscale: #7B7B7B. Windows color (decimal): -14508110 or 11706146. OLE color: 11706146.
HSL color Cylindrical-coordinate representation of color #229FB2: hue angle of 187.92º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #229FB2 is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 34 | 159 | 178 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.30 |
| HSL | 187.92º | 0.68% | 0.42% | - |
| HSV(B) | 187.92º | 0.81% | 0.7% | - |
| XYZ | 21.09 | 28.35 | 46.48 | - |
| YUV | 123.79 | 158.59 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 159 | 178 | 0.81 | 0.11 | 0 | 0.30 | 187.92 | 0.68 | 0.42 |
| Hex | 22 | 9F | B2 | 51 | B | 0 | 1E | BC | 44 | 2A |
| Octal | 42 | 237 | 262 | 121 | 13 | 0 | 36 | 274 | 104 | 52 |
| Binary | 100010 | 10011111 | 10110010 | 1010001 | 1011 | 0 | 11110 | 10111100 | 1000100 | 101010 |
Color Harmonies of #229FB2
Complementary color
Monochromatic Colors of #229FB2
Black with #229FB2
Text Example
Text Example
White with #229FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229FB2; }
p { color: rgb(34,159,178); }
H1.HeaderClassName
{
color: #229FB2;
}
.AnyTagClassName
{
color: #229FB2;
}
</style>
background-color css
<style>
a { background-color: #229FB2; }
a { background-color: rgb(34,159,178); }
div.DivClassName
{
background-color: #229FB2;
}
.BgClassName
{
background-color: #229FB2;
}
</style>
border-color css
<style>
span { border-color: #229FB2; }
span { border-color: rgb(34,159,178); }
td.TdClassName
{
border-color: #229FB2;
}
.TagClassName
{
border-color: #229FB2;
}
</style>