Shades of Pelorous #34A8BD
Tints of Pelorous #34A8BD
RGB
CMYK
RGB Variations
Color information
#34A8BD (or 0x34A8BD) is known color: Pelorous. HEX triplet: 34, A8 and BD. RGB value is (52,168,189). Sum of RGB (Red+Green+Blue) = 52+168+189=409 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.71% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #34A8BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34A8BD is #CB5742. Grayscale: #878787. Windows color (decimal): -13326147 or 12429364. OLE color: 12429364.
HSL color Cylindrical-coordinate representation of color #34A8BD: hue angle of 189.2º 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 #34A8BD is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 168 | 189 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.26 |
| HSL | 189.2º | 0.57% | 0.47% | - |
| HSV(B) | 189.2º | 0.72% | 0.74% | - |
| XYZ | 24.6 | 32.41 | 53.1 | - |
| YUV | 135.71 | 158.07 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 168 | 189 | 0.72 | 0.11 | 0 | 0.26 | 189.2 | 0.57 | 0.47 |
| Hex | 34 | A8 | BD | 48 | B | 0 | 1A | BD | 39 | 2F |
| Octal | 64 | 250 | 275 | 110 | 13 | 0 | 32 | 275 | 71 | 57 |
| Binary | 110100 | 10101000 | 10111101 | 1001000 | 1011 | 0 | 11010 | 10111101 | 111001 | 101111 |
Color Harmonies of #34A8BD
Complementary color
Monochromatic Colors of #34A8BD
Black with #34A8BD
Text Example
Text Example
White with #34A8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A8BD; }
p { color: rgb(52,168,189); }
H1.HeaderClassName
{
color: #34A8BD;
}
.AnyTagClassName
{
color: #34A8BD;
}
</style>
background-color css
<style>
a { background-color: #34A8BD; }
a { background-color: rgb(52,168,189); }
div.DivClassName
{
background-color: #34A8BD;
}
.BgClassName
{
background-color: #34A8BD;
}
</style>
border-color css
<style>
span { border-color: #34A8BD; }
span { border-color: rgb(52,168,189); }
td.TdClassName
{
border-color: #34A8BD;
}
.TagClassName
{
border-color: #34A8BD;
}
</style>