Shades of Pelorous #34A8B5
Tints of Pelorous #34A8B5
RGB
CMYK
RGB Variations
Color information
#34A8B5 (or 0x34A8B5) is known color: Pelorous. HEX triplet: 34, A8 and B5. RGB value is (52,168,181). Sum of RGB (Red+Green+Blue) = 52+168+181=401 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.97% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 181 (71.09% from 255 or 45.14% from 401); Max value from RGB is 181 - color contains mainly: blue. Hex color #34A8B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34A8B5 is #CB574A. Grayscale: #868686. Windows color (decimal): -13326155 or 11905076. OLE color: 11905076.
HSL color Cylindrical-coordinate representation of color #34A8B5: hue angle of 186.05º 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 #34A8B5 is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 52 | 168 | 181 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.29 |
| HSL | 186.05º | 0.55% | 0.46% | - |
| HSV(B) | 186.05º | 0.71% | 0.71% | - |
| XYZ | 23.76 | 32.07 | 48.65 | - |
| YUV | 134.8 | 154.07 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 168 | 181 | 0.71 | 0.07 | 0 | 0.29 | 186.05 | 0.55 | 0.46 |
| Hex | 34 | A8 | B5 | 47 | 7 | 0 | 1D | BA | 37 | 2E |
| Octal | 64 | 250 | 265 | 107 | 7 | 0 | 35 | 272 | 67 | 56 |
| Binary | 110100 | 10101000 | 10110101 | 1000111 | 111 | 0 | 11101 | 10111010 | 110111 | 101110 |
Color Harmonies of #34A8B5
Complementary color
Monochromatic Colors of #34A8B5
Black with #34A8B5
Text Example
Text Example
White with #34A8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A8B5; }
p { color: rgb(52,168,181); }
H1.HeaderClassName
{
color: #34A8B5;
}
.AnyTagClassName
{
color: #34A8B5;
}
</style>
background-color css
<style>
a { background-color: #34A8B5; }
a { background-color: rgb(52,168,181); }
div.DivClassName
{
background-color: #34A8B5;
}
.BgClassName
{
background-color: #34A8B5;
}
</style>
border-color css
<style>
span { border-color: #34A8B5; }
span { border-color: rgb(52,168,181); }
td.TdClassName
{
border-color: #34A8B5;
}
.TagClassName
{
border-color: #34A8B5;
}
</style>