Shades of Pelorous #349EBA
Tints of Pelorous #349EBA
RGB
CMYK
RGB Variations
Color information
#349EBA (or 0x349EBA) is known color: Pelorous. HEX triplet: 34, 9E and BA. RGB value is (52,158,186). Sum of RGB (Red+Green+Blue) = 52+158+186=396 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.13% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #349EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349EBA is #CB6145. Grayscale: #818181. Windows color (decimal): -13328710 or 12230196. OLE color: 12230196.
HSL color Cylindrical-coordinate representation of color #349EBA: hue angle of 192.54º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #349EBA is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 158 | 186 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.27 |
| HSL | 192.54º | 0.56% | 0.47% | - |
| HSV(B) | 192.54º | 0.72% | 0.73% | - |
| XYZ | 22.51 | 28.73 | 50.81 | - |
| YUV | 129.5 | 159.88 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 158 | 186 | 0.72 | 0.15 | 0 | 0.27 | 192.54 | 0.56 | 0.47 |
| Hex | 34 | 9E | BA | 48 | F | 0 | 1B | C1 | 38 | 2F |
| Octal | 64 | 236 | 272 | 110 | 17 | 0 | 33 | 301 | 70 | 57 |
| Binary | 110100 | 10011110 | 10111010 | 1001000 | 1111 | 0 | 11011 | 11000001 | 111000 | 101111 |
Color Harmonies of #349EBA
Complementary color
Monochromatic Colors of #349EBA
Black with #349EBA
Text Example
Text Example
White with #349EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349EBA; }
p { color: rgb(52,158,186); }
H1.HeaderClassName
{
color: #349EBA;
}
.AnyTagClassName
{
color: #349EBA;
}
</style>
background-color css
<style>
a { background-color: #349EBA; }
a { background-color: rgb(52,158,186); }
div.DivClassName
{
background-color: #349EBA;
}
.BgClassName
{
background-color: #349EBA;
}
</style>
border-color css
<style>
span { border-color: #349EBA; }
span { border-color: rgb(52,158,186); }
td.TdClassName
{
border-color: #349EBA;
}
.TagClassName
{
border-color: #349EBA;
}
</style>