Shades of Pelorous #34ADB8
Tints of Pelorous #34ADB8
RGB
CMYK
RGB Variations
Color information
#34ADB8 (or 0x34ADB8) is known color: Pelorous. HEX triplet: 34, AD and B8. RGB value is (52,173,184). Sum of RGB (Red+Green+Blue) = 52+173+184=409 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.71% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 184 (72.27% from 255 or 44.99% from 409); Max value from RGB is 184 - color contains mainly: blue. Hex color #34ADB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34ADB8 is #CB5247. Grayscale: #898989. Windows color (decimal): -13324872 or 12102964. OLE color: 12102964.
HSL color Cylindrical-coordinate representation of color #34ADB8: hue angle of 185º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34ADB8 is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 52 | 173 | 184 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.28 |
| HSL | 185º | 0.56% | 0.46% | - |
| HSV(B) | 185º | 0.72% | 0.72% | - |
| XYZ | 25.01 | 34.08 | 50.61 | - |
| YUV | 138.08 | 153.91 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 173 | 184 | 0.72 | 0.06 | 0 | 0.28 | 185 | 0.56 | 0.46 |
| Hex | 34 | AD | B8 | 48 | 6 | 0 | 1C | B9 | 38 | 2E |
| Octal | 64 | 255 | 270 | 110 | 6 | 0 | 34 | 271 | 70 | 56 |
| Binary | 110100 | 10101101 | 10111000 | 1001000 | 110 | 0 | 11100 | 10111001 | 111000 | 101110 |
Color Harmonies of #34ADB8
Complementary color
Monochromatic Colors of #34ADB8
Black with #34ADB8
Text Example
Text Example
White with #34ADB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ADB8; }
p { color: rgb(52,173,184); }
H1.HeaderClassName
{
color: #34ADB8;
}
.AnyTagClassName
{
color: #34ADB8;
}
</style>
background-color css
<style>
a { background-color: #34ADB8; }
a { background-color: rgb(52,173,184); }
div.DivClassName
{
background-color: #34ADB8;
}
.BgClassName
{
background-color: #34ADB8;
}
</style>
border-color css
<style>
span { border-color: #34ADB8; }
span { border-color: rgb(52,173,184); }
td.TdClassName
{
border-color: #34ADB8;
}
.TagClassName
{
border-color: #34ADB8;
}
</style>