Shades of Pelorous #34A1AF
Tints of Pelorous #34A1AF
RGB
CMYK
RGB Variations
Color information
#34A1AF (or 0x34A1AF) is known color: Pelorous. HEX triplet: 34, A1 and AF. RGB value is (52,161,175). Sum of RGB (Red+Green+Blue) = 52+161+175=388 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.40% from 388); Green value is 161 (63.28% from 255 or 41.49% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #34A1AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A1AF is #CB5E50. Grayscale: #818181. Windows color (decimal): -13327953 or 11510068. OLE color: 11510068.
HSL color Cylindrical-coordinate representation of color #34A1AF: hue angle of 186.83º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34A1AF is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 161 | 175 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.31 |
| HSL | 186.83º | 0.54% | 0.45% | - |
| HSV(B) | 186.83º | 0.7% | 0.69% | - |
| XYZ | 21.9 | 29.31 | 45.06 | - |
| YUV | 130.01 | 153.39 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 161 | 175 | 0.70 | 0.08 | 0 | 0.31 | 186.83 | 0.54 | 0.45 |
| Hex | 34 | A1 | AF | 46 | 8 | 0 | 1F | BB | 36 | 2D |
| Octal | 64 | 241 | 257 | 106 | 10 | 0 | 37 | 273 | 66 | 55 |
| Binary | 110100 | 10100001 | 10101111 | 1000110 | 1000 | 0 | 11111 | 10111011 | 110110 | 101101 |
Color Harmonies of #34A1AF
Complementary color
Monochromatic Colors of #34A1AF
Black with #34A1AF
Text Example
Text Example
White with #34A1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A1AF; }
p { color: rgb(52,161,175); }
H1.HeaderClassName
{
color: #34A1AF;
}
.AnyTagClassName
{
color: #34A1AF;
}
</style>
background-color css
<style>
a { background-color: #34A1AF; }
a { background-color: rgb(52,161,175); }
div.DivClassName
{
background-color: #34A1AF;
}
.BgClassName
{
background-color: #34A1AF;
}
</style>
border-color css
<style>
span { border-color: #34A1AF; }
span { border-color: rgb(52,161,175); }
td.TdClassName
{
border-color: #34A1AF;
}
.TagClassName
{
border-color: #34A1AF;
}
</style>