Shades of Pelorous #229AB3
Tints of Pelorous #229AB3
RGB
CMYK
RGB Variations
Color information
#229AB3 (or 0x229AB3) is known color: Pelorous. HEX triplet: 22, 9A and B3. RGB value is (34,154,179). Sum of RGB (Red+Green+Blue) = 34+154+179=367 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.26% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 179 (70.31% from 255 or 48.77% from 367); Max value from RGB is 179 - color contains mainly: blue. Hex color #229AB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229AB3 is #DD654C. Grayscale: #787878. Windows color (decimal): -14509389 or 11770402. OLE color: 11770402.
HSL color Cylindrical-coordinate representation of color #229AB3: hue angle of 190.34º 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 #229AB3 is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 34 | 154 | 179 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.30 |
| HSL | 190.34º | 0.68% | 0.42% | - |
| HSV(B) | 190.34º | 0.81% | 0.7% | - |
| XYZ | 20.35 | 26.71 | 46.73 | - |
| YUV | 120.97 | 160.74 | 65.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 154 | 179 | 0.81 | 0.14 | 0 | 0.30 | 190.34 | 0.68 | 0.42 |
| Hex | 22 | 9A | B3 | 51 | E | 0 | 1E | BE | 44 | 2A |
| Octal | 42 | 232 | 263 | 121 | 16 | 0 | 36 | 276 | 104 | 52 |
| Binary | 100010 | 10011010 | 10110011 | 1010001 | 1110 | 0 | 11110 | 10111110 | 1000100 | 101010 |
Color Harmonies of #229AB3
Complementary color
Monochromatic Colors of #229AB3
Black with #229AB3
Text Example
Text Example
White with #229AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229AB3; }
p { color: rgb(34,154,179); }
H1.HeaderClassName
{
color: #229AB3;
}
.AnyTagClassName
{
color: #229AB3;
}
</style>
background-color css
<style>
a { background-color: #229AB3; }
a { background-color: rgb(34,154,179); }
div.DivClassName
{
background-color: #229AB3;
}
.BgClassName
{
background-color: #229AB3;
}
</style>
border-color css
<style>
span { border-color: #229AB3; }
span { border-color: rgb(34,154,179); }
td.TdClassName
{
border-color: #229AB3;
}
.TagClassName
{
border-color: #229AB3;
}
</style>