Shades of Pelorous #34AABC
Tints of Pelorous #34AABC
RGB
CMYK
RGB Variations
Color information
#34AABC (or 0x34AABC) is known color: Pelorous. HEX triplet: 34, AA and BC. RGB value is (52,170,188). Sum of RGB (Red+Green+Blue) = 52+170+188=410 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.68% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #34AABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34AABC is #CB5543. Grayscale: #888888. Windows color (decimal): -13325636 or 12364340. OLE color: 12364340.
HSL color Cylindrical-coordinate representation of color #34AABC: hue angle of 187.94º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34AABC is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 170 | 188 | - |
| CMYK | 0.72 | 0.10 | 0 | 0.26 |
| HSL | 187.94º | 0.57% | 0.47% | - |
| HSV(B) | 187.94º | 0.72% | 0.74% | - |
| XYZ | 24.87 | 33.11 | 52.66 | - |
| YUV | 136.77 | 156.91 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 170 | 188 | 0.72 | 0.10 | 0 | 0.26 | 187.94 | 0.57 | 0.47 |
| Hex | 34 | AA | BC | 48 | A | 0 | 1A | BC | 39 | 2F |
| Octal | 64 | 252 | 274 | 110 | 12 | 0 | 32 | 274 | 71 | 57 |
| Binary | 110100 | 10101010 | 10111100 | 1001000 | 1010 | 0 | 11010 | 10111100 | 111001 | 101111 |
Color Harmonies of #34AABC
Complementary color
Monochromatic Colors of #34AABC
Black with #34AABC
Text Example
Text Example
White with #34AABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AABC; }
p { color: rgb(52,170,188); }
H1.HeaderClassName
{
color: #34AABC;
}
.AnyTagClassName
{
color: #34AABC;
}
</style>
background-color css
<style>
a { background-color: #34AABC; }
a { background-color: rgb(52,170,188); }
div.DivClassName
{
background-color: #34AABC;
}
.BgClassName
{
background-color: #34AABC;
}
</style>
border-color css
<style>
span { border-color: #34AABC; }
span { border-color: rgb(52,170,188); }
td.TdClassName
{
border-color: #34AABC;
}
.TagClassName
{
border-color: #34AABC;
}
</style>