Shades of Pelorous #34A0B5
Tints of Pelorous #34A0B5
RGB
CMYK
RGB Variations
Color information
#34A0B5 (or 0x34A0B5) is known color: Pelorous. HEX triplet: 34, A0 and B5. RGB value is (52,160,181). Sum of RGB (Red+Green+Blue) = 52+160+181=393 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.23% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 181 (71.09% from 255 or 46.06% from 393); Max value from RGB is 181 - color contains mainly: blue. Hex color #34A0B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34A0B5 is #CB5F4A. Grayscale: #818181. Windows color (decimal): -13328203 or 11903028. OLE color: 11903028.
HSL color Cylindrical-coordinate representation of color #34A0B5: hue angle of 189.77º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34A0B5 is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 52 | 160 | 181 | - |
| CMYK | 0.71 | 0.12 | 0 | 0.29 |
| HSL | 189.77º | 0.55% | 0.46% | - |
| HSV(B) | 189.77º | 0.71% | 0.71% | - |
| XYZ | 22.33 | 29.21 | 48.18 | - |
| YUV | 130.1 | 156.72 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 160 | 181 | 0.71 | 0.12 | 0 | 0.29 | 189.77 | 0.55 | 0.46 |
| Hex | 34 | A0 | B5 | 47 | C | 0 | 1D | BE | 37 | 2E |
| Octal | 64 | 240 | 265 | 107 | 14 | 0 | 35 | 276 | 67 | 56 |
| Binary | 110100 | 10100000 | 10110101 | 1000111 | 1100 | 0 | 11101 | 10111110 | 110111 | 101110 |
Color Harmonies of #34A0B5
Complementary color
Monochromatic Colors of #34A0B5
Black with #34A0B5
Text Example
Text Example
White with #34A0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A0B5; }
p { color: rgb(52,160,181); }
H1.HeaderClassName
{
color: #34A0B5;
}
.AnyTagClassName
{
color: #34A0B5;
}
</style>
background-color css
<style>
a { background-color: #34A0B5; }
a { background-color: rgb(52,160,181); }
div.DivClassName
{
background-color: #34A0B5;
}
.BgClassName
{
background-color: #34A0B5;
}
</style>
border-color css
<style>
span { border-color: #34A0B5; }
span { border-color: rgb(52,160,181); }
td.TdClassName
{
border-color: #34A0B5;
}
.TagClassName
{
border-color: #34A0B5;
}
</style>