Shades of Pelorous #229FBA
Tints of Pelorous #229FBA
RGB
CMYK
RGB Variations
Color information
#229FBA (or 0x229FBA) is known color: Pelorous. HEX triplet: 22, 9F and BA. RGB value is (34,159,186). Sum of RGB (Red+Green+Blue) = 34+159+186=379 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.97% from 379); Green value is 159 (62.5% from 255 or 41.95% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #229FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229FBA is #DD6045. Grayscale: #7C7C7C. Windows color (decimal): -14508102 or 12230434. OLE color: 12230434.
HSL color Cylindrical-coordinate representation of color #229FBA: hue angle of 190.66º 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 #229FBA is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 159 | 186 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.27 |
| HSL | 190.66º | 0.69% | 0.43% | - |
| HSV(B) | 190.66º | 0.82% | 0.73% | - |
| XYZ | 21.92 | 28.68 | 50.84 | - |
| YUV | 124.7 | 162.59 | 63.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 159 | 186 | 0.82 | 0.15 | 0 | 0.27 | 190.66 | 0.69 | 0.43 |
| Hex | 22 | 9F | BA | 52 | F | 0 | 1B | BF | 45 | 2B |
| Octal | 42 | 237 | 272 | 122 | 17 | 0 | 33 | 277 | 105 | 53 |
| Binary | 100010 | 10011111 | 10111010 | 1010010 | 1111 | 0 | 11011 | 10111111 | 1000101 | 101011 |
Color Harmonies of #229FBA
Complementary color
Monochromatic Colors of #229FBA
Black with #229FBA
Text Example
Text Example
White with #229FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229FBA; }
p { color: rgb(34,159,186); }
H1.HeaderClassName
{
color: #229FBA;
}
.AnyTagClassName
{
color: #229FBA;
}
</style>
background-color css
<style>
a { background-color: #229FBA; }
a { background-color: rgb(34,159,186); }
div.DivClassName
{
background-color: #229FBA;
}
.BgClassName
{
background-color: #229FBA;
}
</style>
border-color css
<style>
span { border-color: #229FBA; }
span { border-color: rgb(34,159,186); }
td.TdClassName
{
border-color: #229FBA;
}
.TagClassName
{
border-color: #229FBA;
}
</style>