Shades of Pelorous #349AB4
Tints of Pelorous #349AB4
RGB
CMYK
RGB Variations
Color information
#349AB4 (or 0x349AB4) is known color: Pelorous. HEX triplet: 34, 9A and B4. RGB value is (52,154,180). Sum of RGB (Red+Green+Blue) = 52+154+180=386 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.47% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 180 (70.70% from 255 or 46.63% from 386); Max value from RGB is 180 - color contains mainly: blue. Hex color #349AB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349AB4 is #CB654B. Grayscale: #7E7E7E. Windows color (decimal): -13329740 or 11835956. OLE color: 11835956.
HSL color Cylindrical-coordinate representation of color #349AB4: hue angle of 192.19º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #349AB4 is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 52 | 154 | 180 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.29 |
| HSL | 192.19º | 0.55% | 0.45% | - |
| HSV(B) | 192.19º | 0.71% | 0.71% | - |
| XYZ | 21.21 | 27.14 | 47.3 | - |
| YUV | 126.47 | 158.21 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 154 | 180 | 0.71 | 0.14 | 0 | 0.29 | 192.19 | 0.55 | 0.45 |
| Hex | 34 | 9A | B4 | 47 | E | 0 | 1D | C0 | 37 | 2D |
| Octal | 64 | 232 | 264 | 107 | 16 | 0 | 35 | 300 | 67 | 55 |
| Binary | 110100 | 10011010 | 10110100 | 1000111 | 1110 | 0 | 11101 | 11000000 | 110111 | 101101 |
Color Harmonies of #349AB4
Complementary color
Monochromatic Colors of #349AB4
Black with #349AB4
Text Example
Text Example
White with #349AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349AB4; }
p { color: rgb(52,154,180); }
H1.HeaderClassName
{
color: #349AB4;
}
.AnyTagClassName
{
color: #349AB4;
}
</style>
background-color css
<style>
a { background-color: #349AB4; }
a { background-color: rgb(52,154,180); }
div.DivClassName
{
background-color: #349AB4;
}
.BgClassName
{
background-color: #349AB4;
}
</style>
border-color css
<style>
span { border-color: #349AB4; }
span { border-color: rgb(52,154,180); }
td.TdClassName
{
border-color: #349AB4;
}
.TagClassName
{
border-color: #349AB4;
}
</style>