Shades of Pelorous #349BAE
Tints of Pelorous #349BAE
RGB
CMYK
RGB Variations
Color information
#349BAE (or 0x349BAE) is known color: Pelorous. HEX triplet: 34, 9B and AE. RGB value is (52,155,174). Sum of RGB (Red+Green+Blue) = 52+155+174=381 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.65% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #349BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349BAE is #CB6451. Grayscale: #7E7E7E. Windows color (decimal): -13329490 or 11442996. OLE color: 11442996.
HSL color Cylindrical-coordinate representation of color #349BAE: hue angle of 189.34º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #349BAE is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 155 | 174 | - |
| CMYK | 0.70 | 0.11 | 0 | 0.32 |
| HSL | 189.34º | 0.54% | 0.44% | - |
| HSV(B) | 189.34º | 0.7% | 0.68% | - |
| XYZ | 20.78 | 27.23 | 44.2 | - |
| YUV | 126.37 | 154.88 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 155 | 174 | 0.70 | 0.11 | 0 | 0.32 | 189.34 | 0.54 | 0.44 |
| Hex | 34 | 9B | AE | 46 | B | 0 | 20 | BD | 36 | 2C |
| Octal | 64 | 233 | 256 | 106 | 13 | 0 | 40 | 275 | 66 | 54 |
| Binary | 110100 | 10011011 | 10101110 | 1000110 | 1011 | 0 | 100000 | 10111101 | 110110 | 101100 |
Color Harmonies of #349BAE
Complementary color
Monochromatic Colors of #349BAE
Black with #349BAE
Text Example
Text Example
White with #349BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349BAE; }
p { color: rgb(52,155,174); }
H1.HeaderClassName
{
color: #349BAE;
}
.AnyTagClassName
{
color: #349BAE;
}
</style>
background-color css
<style>
a { background-color: #349BAE; }
a { background-color: rgb(52,155,174); }
div.DivClassName
{
background-color: #349BAE;
}
.BgClassName
{
background-color: #349BAE;
}
</style>
border-color css
<style>
span { border-color: #349BAE; }
span { border-color: rgb(52,155,174); }
td.TdClassName
{
border-color: #349BAE;
}
.TagClassName
{
border-color: #349BAE;
}
</style>