Shades of Pelorous #34A1B5
Tints of Pelorous #34A1B5
RGB
CMYK
RGB Variations
Color information
#34A1B5 (or 0x34A1B5) is known color: Pelorous. HEX triplet: 34, A1 and B5. RGB value is (52,161,181). Sum of RGB (Red+Green+Blue) = 52+161+181=394 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.20% from 394); Green value is 161 (63.28% from 255 or 40.86% from 394); Blue value is 181 (71.09% from 255 or 45.94% from 394); Max value from RGB is 181 - color contains mainly: blue. Hex color #34A1B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34A1B5 is #CB5E4A. Grayscale: #828282. Windows color (decimal): -13327947 or 11903284. OLE color: 11903284.
HSL color Cylindrical-coordinate representation of color #34A1B5: hue angle of 189.3º 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 #34A1B5 is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 52 | 161 | 181 | - |
| CMYK | 0.71 | 0.11 | 0 | 0.29 |
| HSL | 189.3º | 0.55% | 0.46% | - |
| HSV(B) | 189.3º | 0.71% | 0.71% | - |
| XYZ | 22.5 | 29.56 | 48.23 | - |
| YUV | 130.69 | 156.39 | 71.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 161 | 181 | 0.71 | 0.11 | 0 | 0.29 | 189.3 | 0.55 | 0.46 |
| Hex | 34 | A1 | B5 | 47 | B | 0 | 1D | BD | 37 | 2E |
| Octal | 64 | 241 | 265 | 107 | 13 | 0 | 35 | 275 | 67 | 56 |
| Binary | 110100 | 10100001 | 10110101 | 1000111 | 1011 | 0 | 11101 | 10111101 | 110111 | 101110 |
Color Harmonies of #34A1B5
Complementary color
Monochromatic Colors of #34A1B5
Black with #34A1B5
Text Example
Text Example
White with #34A1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A1B5; }
p { color: rgb(52,161,181); }
H1.HeaderClassName
{
color: #34A1B5;
}
.AnyTagClassName
{
color: #34A1B5;
}
</style>
background-color css
<style>
a { background-color: #34A1B5; }
a { background-color: rgb(52,161,181); }
div.DivClassName
{
background-color: #34A1B5;
}
.BgClassName
{
background-color: #34A1B5;
}
</style>
border-color css
<style>
span { border-color: #34A1B5; }
span { border-color: rgb(52,161,181); }
td.TdClassName
{
border-color: #34A1B5;
}
.TagClassName
{
border-color: #34A1B5;
}
</style>