Shades of Pelorous #34A0B1
Tints of Pelorous #34A0B1
RGB
CMYK
RGB Variations
Color information
#34A0B1 (or 0x34A0B1) is known color: Pelorous. HEX triplet: 34, A0 and B1. RGB value is (52,160,177). Sum of RGB (Red+Green+Blue) = 52+160+177=389 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.37% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 177 (69.53% from 255 or 45.50% from 389); Max value from RGB is 177 - color contains mainly: blue. Hex color #34A0B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A0B1 is #CB5F4E. Grayscale: #818181. Windows color (decimal): -13328207 or 11640884. OLE color: 11640884.
HSL color Cylindrical-coordinate representation of color #34A0B1: hue angle of 188.16º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34A0B1 is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 160 | 177 | - |
| CMYK | 0.71 | 0.10 | 0 | 0.31 |
| HSL | 188.16º | 0.55% | 0.45% | - |
| HSV(B) | 188.16º | 0.71% | 0.69% | - |
| XYZ | 21.92 | 29.05 | 46.05 | - |
| YUV | 129.65 | 154.72 | 72.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 160 | 177 | 0.71 | 0.10 | 0 | 0.31 | 188.16 | 0.55 | 0.45 |
| Hex | 34 | A0 | B1 | 47 | A | 0 | 1F | BC | 37 | 2D |
| Octal | 64 | 240 | 261 | 107 | 12 | 0 | 37 | 274 | 67 | 55 |
| Binary | 110100 | 10100000 | 10110001 | 1000111 | 1010 | 0 | 11111 | 10111100 | 110111 | 101101 |
Color Harmonies of #34A0B1
Complementary color
Monochromatic Colors of #34A0B1
Black with #34A0B1
Text Example
Text Example
White with #34A0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A0B1; }
p { color: rgb(52,160,177); }
H1.HeaderClassName
{
color: #34A0B1;
}
.AnyTagClassName
{
color: #34A0B1;
}
</style>
background-color css
<style>
a { background-color: #34A0B1; }
a { background-color: rgb(52,160,177); }
div.DivClassName
{
background-color: #34A0B1;
}
.BgClassName
{
background-color: #34A0B1;
}
</style>
border-color css
<style>
span { border-color: #34A0B1; }
span { border-color: rgb(52,160,177); }
td.TdClassName
{
border-color: #34A0B1;
}
.TagClassName
{
border-color: #34A0B1;
}
</style>