Shades of Astral #346B8C
Tints of Astral #346B8C
RGB
CMYK
RGB Variations
Color information
#346B8C (or 0x346B8C) is known color: Astral. HEX triplet: 34, 6B and 8C. RGB value is (52,107,140). Sum of RGB (Red+Green+Blue) = 52+107+140=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 140 - color contains mainly: blue. Hex color #346B8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346B8C is #CB9473. Grayscale: #5E5E5E. Windows color (decimal): -13341812 or 9202484. OLE color: 9202484.
HSL color Cylindrical-coordinate representation of color #346B8C: hue angle of 202.5º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #346B8C is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 107 | 140 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.45 |
| HSL | 202.5º | 0.46% | 0.38% | - |
| HSV(B) | 202.5º | 0.63% | 0.55% | - |
| XYZ | 11.41 | 13.14 | 26.75 | - |
| YUV | 94.32 | 153.78 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 107 | 140 | 0.63 | 0.24 | 0 | 0.45 | 202.5 | 0.46 | 0.38 |
| Hex | 34 | 6B | 8C | 3F | 18 | 0 | 2D | CA | 2E | 26 |
| Octal | 64 | 153 | 214 | 77 | 30 | 0 | 55 | 312 | 56 | 46 |
| Binary | 110100 | 1101011 | 10001100 | 111111 | 11000 | 0 | 101101 | 11001010 | 101110 | 100110 |
Color Harmonies of #346B8C
Complementary color
Monochromatic Colors of #346B8C
Black with #346B8C
Text Example
Text Example
White with #346B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346B8C; }
p { color: rgb(52,107,140); }
H1.HeaderClassName
{
color: #346B8C;
}
.AnyTagClassName
{
color: #346B8C;
}
</style>
background-color css
<style>
a { background-color: #346B8C; }
a { background-color: rgb(52,107,140); }
div.DivClassName
{
background-color: #346B8C;
}
.BgClassName
{
background-color: #346B8C;
}
</style>
border-color css
<style>
span { border-color: #346B8C; }
span { border-color: rgb(52,107,140); }
td.TdClassName
{
border-color: #346B8C;
}
.TagClassName
{
border-color: #346B8C;
}
</style>