Shades of Pelorous #349FB7
Tints of Pelorous #349FB7
RGB
CMYK
RGB Variations
Color information
#349FB7 (or 0x349FB7) is known color: Pelorous. HEX triplet: 34, 9F and B7. RGB value is (52,159,183). Sum of RGB (Red+Green+Blue) = 52+159+183=394 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.20% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 183 (71.88% from 255 or 46.45% from 394); Max value from RGB is 183 - color contains mainly: blue. Hex color #349FB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349FB7 is #CB6048. Grayscale: #818181. Windows color (decimal): -13328457 or 12033844. OLE color: 12033844.
HSL color Cylindrical-coordinate representation of color #349FB7: hue angle of 190.99º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #349FB7 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 52 | 159 | 183 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.28 |
| HSL | 190.99º | 0.56% | 0.46% | - |
| HSV(B) | 190.99º | 0.72% | 0.72% | - |
| XYZ | 22.36 | 28.95 | 49.21 | - |
| YUV | 129.74 | 158.05 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 159 | 183 | 0.72 | 0.13 | 0 | 0.28 | 190.99 | 0.56 | 0.46 |
| Hex | 34 | 9F | B7 | 48 | D | 0 | 1C | BF | 38 | 2E |
| Octal | 64 | 237 | 267 | 110 | 15 | 0 | 34 | 277 | 70 | 56 |
| Binary | 110100 | 10011111 | 10110111 | 1001000 | 1101 | 0 | 11100 | 10111111 | 111000 | 101110 |
Color Harmonies of #349FB7
Complementary color
Monochromatic Colors of #349FB7
Black with #349FB7
Text Example
Text Example
White with #349FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349FB7; }
p { color: rgb(52,159,183); }
H1.HeaderClassName
{
color: #349FB7;
}
.AnyTagClassName
{
color: #349FB7;
}
</style>
background-color css
<style>
a { background-color: #349FB7; }
a { background-color: rgb(52,159,183); }
div.DivClassName
{
background-color: #349FB7;
}
.BgClassName
{
background-color: #349FB7;
}
</style>
border-color css
<style>
span { border-color: #349FB7; }
span { border-color: rgb(52,159,183); }
td.TdClassName
{
border-color: #349FB7;
}
.TagClassName
{
border-color: #349FB7;
}
</style>