Shades of Pelorous #34A5BE
Tints of Pelorous #34A5BE
RGB
CMYK
RGB Variations
Color information
#34A5BE (or 0x34A5BE) is known color: Pelorous. HEX triplet: 34, A5 and BE. RGB value is (52,165,190). Sum of RGB (Red+Green+Blue) = 52+165+190=407 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.78% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #34A5BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34A5BE is #CB5A41. Grayscale: #858585. Windows color (decimal): -13326914 or 12494132. OLE color: 12494132.
HSL color Cylindrical-coordinate representation of color #34A5BE: hue angle of 190.87º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34A5BE is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 165 | 190 | - |
| CMYK | 0.73 | 0.13 | 0 | 0.25 |
| HSL | 190.87º | 0.57% | 0.47% | - |
| HSV(B) | 190.87º | 0.73% | 0.75% | - |
| XYZ | 24.17 | 31.36 | 53.49 | - |
| YUV | 134.06 | 159.56 | 69.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 165 | 190 | 0.73 | 0.13 | 0 | 0.25 | 190.87 | 0.57 | 0.47 |
| Hex | 34 | A5 | BE | 49 | D | 0 | 19 | BF | 39 | 2F |
| Octal | 64 | 245 | 276 | 111 | 15 | 0 | 31 | 277 | 71 | 57 |
| Binary | 110100 | 10100101 | 10111110 | 1001001 | 1101 | 0 | 11001 | 10111111 | 111001 | 101111 |
Color Harmonies of #34A5BE
Complementary color
Monochromatic Colors of #34A5BE
Black with #34A5BE
Text Example
Text Example
White with #34A5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A5BE; }
p { color: rgb(52,165,190); }
H1.HeaderClassName
{
color: #34A5BE;
}
.AnyTagClassName
{
color: #34A5BE;
}
</style>
background-color css
<style>
a { background-color: #34A5BE; }
a { background-color: rgb(52,165,190); }
div.DivClassName
{
background-color: #34A5BE;
}
.BgClassName
{
background-color: #34A5BE;
}
</style>
border-color css
<style>
span { border-color: #34A5BE; }
span { border-color: rgb(52,165,190); }
td.TdClassName
{
border-color: #34A5BE;
}
.TagClassName
{
border-color: #34A5BE;
}
</style>