Shades of Pelorous #349FB9
Tints of Pelorous #349FB9
RGB
CMYK
RGB Variations
Color information
#349FB9 (or 0x349FB9) is known color: Pelorous. HEX triplet: 34, 9F and B9. RGB value is (52,159,185). Sum of RGB (Red+Green+Blue) = 52+159+185=396 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.13% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 185 (72.66% from 255 or 46.72% from 396); Max value from RGB is 185 - color contains mainly: blue. Hex color #349FB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349FB9 is #CB6046. Grayscale: #818181. Windows color (decimal): -13328455 or 12164916. OLE color: 12164916.
HSL color Cylindrical-coordinate representation of color #349FB9: hue angle of 191.73º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #349FB9 is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 159 | 185 | - |
| CMYK | 0.72 | 0.14 | 0 | 0.27 |
| HSL | 191.73º | 0.56% | 0.46% | - |
| HSV(B) | 191.73º | 0.72% | 0.73% | - |
| XYZ | 22.57 | 29.03 | 50.31 | - |
| YUV | 129.97 | 159.05 | 72.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 159 | 185 | 0.72 | 0.14 | 0 | 0.27 | 191.73 | 0.56 | 0.46 |
| Hex | 34 | 9F | B9 | 48 | E | 0 | 1B | C0 | 38 | 2E |
| Octal | 64 | 237 | 271 | 110 | 16 | 0 | 33 | 300 | 70 | 56 |
| Binary | 110100 | 10011111 | 10111001 | 1001000 | 1110 | 0 | 11011 | 11000000 | 111000 | 101110 |
Color Harmonies of #349FB9
Complementary color
Monochromatic Colors of #349FB9
Black with #349FB9
Text Example
Text Example
White with #349FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349FB9; }
p { color: rgb(52,159,185); }
H1.HeaderClassName
{
color: #349FB9;
}
.AnyTagClassName
{
color: #349FB9;
}
</style>
background-color css
<style>
a { background-color: #349FB9; }
a { background-color: rgb(52,159,185); }
div.DivClassName
{
background-color: #349FB9;
}
.BgClassName
{
background-color: #349FB9;
}
</style>
border-color css
<style>
span { border-color: #349FB9; }
span { border-color: rgb(52,159,185); }
td.TdClassName
{
border-color: #349FB9;
}
.TagClassName
{
border-color: #349FB9;
}
</style>