Shades of Astral #346C90
Tints of Astral #346C90
RGB
CMYK
RGB Variations
Color information
#346C90 (or 0x346C90) is known color: Astral. HEX triplet: 34, 6C and 90. RGB value is (52,108,144). Sum of RGB (Red+Green+Blue) = 52+108+144=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 144 - color contains mainly: blue. Hex color #346C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346C90 is #CB936F. Grayscale: #5F5F5F. Windows color (decimal): -13341552 or 9464884. OLE color: 9464884.
HSL color Cylindrical-coordinate representation of color #346C90: hue angle of 203.48º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #346C90 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 108 | 144 | - |
| CMYK | 0.64 | 0.25 | 0 | 0.44 |
| HSL | 203.48º | 0.47% | 0.38% | - |
| HSV(B) | 203.48º | 0.64% | 0.56% | - |
| XYZ | 11.81 | 13.47 | 28.36 | - |
| YUV | 95.36 | 155.45 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 108 | 144 | 0.64 | 0.25 | 0 | 0.44 | 203.48 | 0.47 | 0.38 |
| Hex | 34 | 6C | 90 | 40 | 19 | 0 | 2C | CB | 2F | 26 |
| Octal | 64 | 154 | 220 | 100 | 31 | 0 | 54 | 313 | 57 | 46 |
| Binary | 110100 | 1101100 | 10010000 | 1000000 | 11001 | 0 | 101100 | 11001011 | 101111 | 100110 |
Color Harmonies of #346C90
Complementary color
Monochromatic Colors of #346C90
Black with #346C90
Text Example
Text Example
White with #346C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346C90; }
p { color: rgb(52,108,144); }
H1.HeaderClassName
{
color: #346C90;
}
.AnyTagClassName
{
color: #346C90;
}
</style>
background-color css
<style>
a { background-color: #346C90; }
a { background-color: rgb(52,108,144); }
div.DivClassName
{
background-color: #346C90;
}
.BgClassName
{
background-color: #346C90;
}
</style>
border-color css
<style>
span { border-color: #346C90; }
span { border-color: rgb(52,108,144); }
td.TdClassName
{
border-color: #346C90;
}
.TagClassName
{
border-color: #346C90;
}
</style>