Shades of Pelorous #349FBA
Tints of Pelorous #349FBA
RGB
CMYK
RGB Variations
Color information
#349FBA (or 0x349FBA) is known color: Pelorous. HEX triplet: 34, 9F and BA. RGB value is (52,159,186). Sum of RGB (Red+Green+Blue) = 52+159+186=397 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.10% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #349FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349FBA is #CB6045. Grayscale: #818181. Windows color (decimal): -13328454 or 12230452. OLE color: 12230452.
HSL color Cylindrical-coordinate representation of color #349FBA: hue angle of 192.09º 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 #349FBA is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 159 | 186 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.27 |
| HSL | 192.09º | 0.56% | 0.47% | - |
| HSV(B) | 192.09º | 0.72% | 0.73% | - |
| XYZ | 22.68 | 29.07 | 50.87 | - |
| YUV | 130.09 | 159.55 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 159 | 186 | 0.72 | 0.15 | 0 | 0.27 | 192.09 | 0.56 | 0.47 |
| Hex | 34 | 9F | BA | 48 | F | 0 | 1B | C0 | 38 | 2F |
| Octal | 64 | 237 | 272 | 110 | 17 | 0 | 33 | 300 | 70 | 57 |
| Binary | 110100 | 10011111 | 10111010 | 1001000 | 1111 | 0 | 11011 | 11000000 | 111000 | 101111 |
Color Harmonies of #349FBA
Complementary color
Monochromatic Colors of #349FBA
Black with #349FBA
Text Example
Text Example
White with #349FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349FBA; }
p { color: rgb(52,159,186); }
H1.HeaderClassName
{
color: #349FBA;
}
.AnyTagClassName
{
color: #349FBA;
}
</style>
background-color css
<style>
a { background-color: #349FBA; }
a { background-color: rgb(52,159,186); }
div.DivClassName
{
background-color: #349FBA;
}
.BgClassName
{
background-color: #349FBA;
}
</style>
border-color css
<style>
span { border-color: #349FBA; }
span { border-color: rgb(52,159,186); }
td.TdClassName
{
border-color: #349FBA;
}
.TagClassName
{
border-color: #349FBA;
}
</style>