Shades of Pelorous #34A9B6
Tints of Pelorous #34A9B6
RGB
CMYK
RGB Variations
Color information
#34A9B6 (or 0x34A9B6) is known color: Pelorous. HEX triplet: 34, A9 and B6. RGB value is (52,169,182). Sum of RGB (Red+Green+Blue) = 52+169+182=403 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.90% from 403); Green value is 169 (66.41% from 255 or 41.94% from 403); Blue value is 182 (71.48% from 255 or 45.16% from 403); Max value from RGB is 182 - color contains mainly: blue. Hex color #34A9B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34A9B6 is #CB5649. Grayscale: #878787. Windows color (decimal): -13325898 or 11970868. OLE color: 11970868.
HSL color Cylindrical-coordinate representation of color #34A9B6: hue angle of 186º degrees, saturation: 0.56, 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 #34A9B6 is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 52 | 169 | 182 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.29 |
| HSL | 186º | 0.56% | 0.46% | - |
| HSV(B) | 186º | 0.71% | 0.71% | - |
| XYZ | 24.05 | 32.48 | 49.26 | - |
| YUV | 135.5 | 154.24 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 169 | 182 | 0.71 | 0.07 | 0 | 0.29 | 186 | 0.56 | 0.46 |
| Hex | 34 | A9 | B6 | 47 | 7 | 0 | 1D | BA | 38 | 2E |
| Octal | 64 | 251 | 266 | 107 | 7 | 0 | 35 | 272 | 70 | 56 |
| Binary | 110100 | 10101001 | 10110110 | 1000111 | 111 | 0 | 11101 | 10111010 | 111000 | 101110 |
Color Harmonies of #34A9B6
Complementary color
Monochromatic Colors of #34A9B6
Black with #34A9B6
Text Example
Text Example
White with #34A9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A9B6; }
p { color: rgb(52,169,182); }
H1.HeaderClassName
{
color: #34A9B6;
}
.AnyTagClassName
{
color: #34A9B6;
}
</style>
background-color css
<style>
a { background-color: #34A9B6; }
a { background-color: rgb(52,169,182); }
div.DivClassName
{
background-color: #34A9B6;
}
.BgClassName
{
background-color: #34A9B6;
}
</style>
border-color css
<style>
span { border-color: #34A9B6; }
span { border-color: rgb(52,169,182); }
td.TdClassName
{
border-color: #34A9B6;
}
.TagClassName
{
border-color: #34A9B6;
}
</style>