Shades of Pelorous #34A2BA
Tints of Pelorous #34A2BA
RGB
CMYK
RGB Variations
Color information
#34A2BA (or 0x34A2BA) is known color: Pelorous. HEX triplet: 34, A2 and BA. RGB value is (52,162,186). Sum of RGB (Red+Green+Blue) = 52+162+186=400 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #34A2BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34A2BA is #CB5D45. Grayscale: #838383. Windows color (decimal): -13327686 or 12231220. OLE color: 12231220.
HSL color Cylindrical-coordinate representation of color #34A2BA: hue angle of 190.75º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34A2BA is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 162 | 186 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.27 |
| HSL | 190.75º | 0.56% | 0.47% | - |
| HSV(B) | 190.75º | 0.72% | 0.73% | - |
| XYZ | 23.2 | 30.12 | 51.04 | - |
| YUV | 131.85 | 158.56 | 71.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 162 | 186 | 0.72 | 0.13 | 0 | 0.27 | 190.75 | 0.56 | 0.47 |
| Hex | 34 | A2 | BA | 48 | D | 0 | 1B | BF | 38 | 2F |
| Octal | 64 | 242 | 272 | 110 | 15 | 0 | 33 | 277 | 70 | 57 |
| Binary | 110100 | 10100010 | 10111010 | 1001000 | 1101 | 0 | 11011 | 10111111 | 111000 | 101111 |
Color Harmonies of #34A2BA
Complementary color
Monochromatic Colors of #34A2BA
Black with #34A2BA
Text Example
Text Example
White with #34A2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A2BA; }
p { color: rgb(52,162,186); }
H1.HeaderClassName
{
color: #34A2BA;
}
.AnyTagClassName
{
color: #34A2BA;
}
</style>
background-color css
<style>
a { background-color: #34A2BA; }
a { background-color: rgb(52,162,186); }
div.DivClassName
{
background-color: #34A2BA;
}
.BgClassName
{
background-color: #34A2BA;
}
</style>
border-color css
<style>
span { border-color: #34A2BA; }
span { border-color: rgb(52,162,186); }
td.TdClassName
{
border-color: #34A2BA;
}
.TagClassName
{
border-color: #34A2BA;
}
</style>