Shades of Pelorous #34A8BB
Tints of Pelorous #34A8BB
RGB
CMYK
RGB Variations
Color information
#34A8BB (or 0x34A8BB) is known color: Pelorous. HEX triplet: 34, A8 and BB. RGB value is (52,168,187). Sum of RGB (Red+Green+Blue) = 52+168+187=407 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.78% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #34A8BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34A8BB is #CB5744. Grayscale: #878787. Windows color (decimal): -13326149 or 12298292. OLE color: 12298292.
HSL color Cylindrical-coordinate representation of color #34A8BB: hue angle of 188.44º 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 #34A8BB is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 168 | 187 | - |
| CMYK | 0.72 | 0.10 | 0 | 0.27 |
| HSL | 188.44º | 0.56% | 0.47% | - |
| HSV(B) | 188.44º | 0.72% | 0.73% | - |
| XYZ | 24.39 | 32.32 | 51.97 | - |
| YUV | 135.48 | 157.07 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 168 | 187 | 0.72 | 0.10 | 0 | 0.27 | 188.44 | 0.56 | 0.47 |
| Hex | 34 | A8 | BB | 48 | A | 0 | 1B | BC | 38 | 2F |
| Octal | 64 | 250 | 273 | 110 | 12 | 0 | 33 | 274 | 70 | 57 |
| Binary | 110100 | 10101000 | 10111011 | 1001000 | 1010 | 0 | 11011 | 10111100 | 111000 | 101111 |
Color Harmonies of #34A8BB
Complementary color
Monochromatic Colors of #34A8BB
Black with #34A8BB
Text Example
Text Example
White with #34A8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A8BB; }
p { color: rgb(52,168,187); }
H1.HeaderClassName
{
color: #34A8BB;
}
.AnyTagClassName
{
color: #34A8BB;
}
</style>
background-color css
<style>
a { background-color: #34A8BB; }
a { background-color: rgb(52,168,187); }
div.DivClassName
{
background-color: #34A8BB;
}
.BgClassName
{
background-color: #34A8BB;
}
</style>
border-color css
<style>
span { border-color: #34A8BB; }
span { border-color: rgb(52,168,187); }
td.TdClassName
{
border-color: #34A8BB;
}
.TagClassName
{
border-color: #34A8BB;
}
</style>