Shades of Astral #346C93
Tints of Astral #346C93
RGB
CMYK
RGB Variations
Color information
#346C93 (or 0x346C93) is known color: Astral. HEX triplet: 34, 6C and 93. RGB value is (52,108,147). Sum of RGB (Red+Green+Blue) = 52+108+147=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 147 (57.81% from 255 or 47.88% from 307); Max value from RGB is 147 - color contains mainly: blue. Hex color #346C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346C93 is #CB936C. Grayscale: #5F5F5F. Windows color (decimal): -13341549 or 9661492. OLE color: 9661492.
HSL color Cylindrical-coordinate representation of color #346C93: hue angle of 204.63º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #346C93 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 108 | 147 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.42 |
| HSL | 204.63º | 0.48% | 0.39% | - |
| HSV(B) | 204.63º | 0.65% | 0.58% | - |
| XYZ | 12.05 | 13.56 | 29.59 | - |
| YUV | 95.7 | 156.95 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 108 | 147 | 0.65 | 0.27 | 0 | 0.42 | 204.63 | 0.48 | 0.39 |
| Hex | 34 | 6C | 93 | 41 | 1B | 0 | 2A | CD | 30 | 27 |
| Octal | 64 | 154 | 223 | 101 | 33 | 0 | 52 | 315 | 60 | 47 |
| Binary | 110100 | 1101100 | 10010011 | 1000001 | 11011 | 0 | 101010 | 11001101 | 110000 | 100111 |
Color Harmonies of #346C93
Complementary color
Monochromatic Colors of #346C93
Black with #346C93
Text Example
Text Example
White with #346C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346C93; }
p { color: rgb(52,108,147); }
H1.HeaderClassName
{
color: #346C93;
}
.AnyTagClassName
{
color: #346C93;
}
</style>
background-color css
<style>
a { background-color: #346C93; }
a { background-color: rgb(52,108,147); }
div.DivClassName
{
background-color: #346C93;
}
.BgClassName
{
background-color: #346C93;
}
</style>
border-color css
<style>
span { border-color: #346C93; }
span { border-color: rgb(52,108,147); }
td.TdClassName
{
border-color: #346C93;
}
.TagClassName
{
border-color: #346C93;
}
</style>