Shades of Pelorous #229FAC
Tints of Pelorous #229FAC
RGB
CMYK
RGB Variations
Color information
#229FAC (or 0x229FAC) is known color: Pelorous. HEX triplet: 22, 9F and AC. RGB value is (34,159,172). Sum of RGB (Red+Green+Blue) = 34+159+172=365 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.32% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #229FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229FAC is #DD6053. Grayscale: #7A7A7A. Windows color (decimal): -14508116 or 11312930. OLE color: 11312930.
HSL color Cylindrical-coordinate representation of color #229FAC: hue angle of 185.65º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #229FAC is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 159 | 172 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.33 |
| HSL | 185.65º | 0.67% | 0.4% | - |
| HSV(B) | 185.65º | 0.8% | 0.67% | - |
| XYZ | 20.5 | 28.11 | 43.38 | - |
| YUV | 123.11 | 155.59 | 64.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 159 | 172 | 0.80 | 0.08 | 0 | 0.33 | 185.65 | 0.67 | 0.4 |
| Hex | 22 | 9F | AC | 50 | 8 | 0 | 21 | BA | 43 | 28 |
| Octal | 42 | 237 | 254 | 120 | 10 | 0 | 41 | 272 | 103 | 50 |
| Binary | 100010 | 10011111 | 10101100 | 1010000 | 1000 | 0 | 100001 | 10111010 | 1000011 | 101000 |
Color Harmonies of #229FAC
Complementary color
Monochromatic Colors of #229FAC
Black with #229FAC
Text Example
Text Example
White with #229FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229FAC; }
p { color: rgb(34,159,172); }
H1.HeaderClassName
{
color: #229FAC;
}
.AnyTagClassName
{
color: #229FAC;
}
</style>
background-color css
<style>
a { background-color: #229FAC; }
a { background-color: rgb(34,159,172); }
div.DivClassName
{
background-color: #229FAC;
}
.BgClassName
{
background-color: #229FAC;
}
</style>
border-color css
<style>
span { border-color: #229FAC; }
span { border-color: rgb(34,159,172); }
td.TdClassName
{
border-color: #229FAC;
}
.TagClassName
{
border-color: #229FAC;
}
</style>