Shades of Pelorous #349DB5
Tints of Pelorous #349DB5
RGB
CMYK
RGB Variations
Color information
#349DB5 (or 0x349DB5) is known color: Pelorous. HEX triplet: 34, 9D and B5. RGB value is (52,157,181). Sum of RGB (Red+Green+Blue) = 52+157+181=390 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.33% from 390); Green value is 157 (61.72% from 255 or 40.26% from 390); Blue value is 181 (71.09% from 255 or 46.41% from 390); Max value from RGB is 181 - color contains mainly: blue. Hex color #349DB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349DB5 is #CB624A. Grayscale: #808080. Windows color (decimal): -13328971 or 11902260. OLE color: 11902260.
HSL color Cylindrical-coordinate representation of color #349DB5: hue angle of 191.16º 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 #349DB5 is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 52 | 157 | 181 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.29 |
| HSL | 191.16º | 0.55% | 0.46% | - |
| HSV(B) | 191.16º | 0.71% | 0.71% | - |
| XYZ | 21.81 | 28.18 | 48.01 | - |
| YUV | 128.34 | 157.71 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 157 | 181 | 0.71 | 0.13 | 0 | 0.29 | 191.16 | 0.55 | 0.46 |
| Hex | 34 | 9D | B5 | 47 | D | 0 | 1D | BF | 37 | 2E |
| Octal | 64 | 235 | 265 | 107 | 15 | 0 | 35 | 277 | 67 | 56 |
| Binary | 110100 | 10011101 | 10110101 | 1000111 | 1101 | 0 | 11101 | 10111111 | 110111 | 101110 |
Color Harmonies of #349DB5
Complementary color
Monochromatic Colors of #349DB5
Black with #349DB5
Text Example
Text Example
White with #349DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349DB5; }
p { color: rgb(52,157,181); }
H1.HeaderClassName
{
color: #349DB5;
}
.AnyTagClassName
{
color: #349DB5;
}
</style>
background-color css
<style>
a { background-color: #349DB5; }
a { background-color: rgb(52,157,181); }
div.DivClassName
{
background-color: #349DB5;
}
.BgClassName
{
background-color: #349DB5;
}
</style>
border-color css
<style>
span { border-color: #349DB5; }
span { border-color: rgb(52,157,181); }
td.TdClassName
{
border-color: #349DB5;
}
.TagClassName
{
border-color: #349DB5;
}
</style>