Shades of Pelorous #229CAF
Tints of Pelorous #229CAF
RGB
CMYK
RGB Variations
Color information
#229CAF (or 0x229CAF) is known color: Pelorous. HEX triplet: 22, 9C and AF. RGB value is (34,156,175). Sum of RGB (Red+Green+Blue) = 34+156+175=365 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.32% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #229CAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229CAF is #DD6350. Grayscale: #797979. Windows color (decimal): -14508881 or 11508770. OLE color: 11508770.
HSL color Cylindrical-coordinate representation of color #229CAF: hue angle of 188.09º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #229CAF is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 156 | 175 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.31 |
| HSL | 188.09º | 0.67% | 0.41% | - |
| HSV(B) | 188.09º | 0.81% | 0.69% | - |
| XYZ | 20.29 | 27.21 | 44.74 | - |
| YUV | 121.69 | 158.08 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 156 | 175 | 0.81 | 0.11 | 0 | 0.31 | 188.09 | 0.67 | 0.41 |
| Hex | 22 | 9C | AF | 51 | B | 0 | 1F | BC | 43 | 29 |
| Octal | 42 | 234 | 257 | 121 | 13 | 0 | 37 | 274 | 103 | 51 |
| Binary | 100010 | 10011100 | 10101111 | 1010001 | 1011 | 0 | 11111 | 10111100 | 1000011 | 101001 |
Color Harmonies of #229CAF
Complementary color
Monochromatic Colors of #229CAF
Black with #229CAF
Text Example
Text Example
White with #229CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229CAF; }
p { color: rgb(34,156,175); }
H1.HeaderClassName
{
color: #229CAF;
}
.AnyTagClassName
{
color: #229CAF;
}
</style>
background-color css
<style>
a { background-color: #229CAF; }
a { background-color: rgb(34,156,175); }
div.DivClassName
{
background-color: #229CAF;
}
.BgClassName
{
background-color: #229CAF;
}
</style>
border-color css
<style>
span { border-color: #229CAF; }
span { border-color: rgb(34,156,175); }
td.TdClassName
{
border-color: #229CAF;
}
.TagClassName
{
border-color: #229CAF;
}
</style>