Shades of Astral #346A92
Tints of Astral #346A92
RGB
CMYK
RGB Variations
Color information
#346A92 (or 0x346A92) is known color: Astral. HEX triplet: 34, 6A and 92. RGB value is (52,106,146). Sum of RGB (Red+Green+Blue) = 52+106+146=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #346A92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346A92 is #CB956D. Grayscale: #5E5E5E. Windows color (decimal): -13342062 or 9595444. OLE color: 9595444.
HSL color Cylindrical-coordinate representation of color #346A92: hue angle of 205.53º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #346A92 is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 52 | 106 | 146 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.43 |
| HSL | 205.53º | 0.47% | 0.39% | - |
| HSV(B) | 205.53º | 0.64% | 0.57% | - |
| XYZ | 11.76 | 13.11 | 29.11 | - |
| YUV | 94.41 | 157.11 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 106 | 146 | 0.64 | 0.27 | 0 | 0.43 | 205.53 | 0.47 | 0.39 |
| Hex | 34 | 6A | 92 | 40 | 1B | 0 | 2B | CE | 2F | 27 |
| Octal | 64 | 152 | 222 | 100 | 33 | 0 | 53 | 316 | 57 | 47 |
| Binary | 110100 | 1101010 | 10010010 | 1000000 | 11011 | 0 | 101011 | 11001110 | 101111 | 100111 |
Color Harmonies of #346A92
Complementary color
Monochromatic Colors of #346A92
Black with #346A92
Text Example
Text Example
White with #346A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346A92; }
p { color: rgb(52,106,146); }
H1.HeaderClassName
{
color: #346A92;
}
.AnyTagClassName
{
color: #346A92;
}
</style>
background-color css
<style>
a { background-color: #346A92; }
a { background-color: rgb(52,106,146); }
div.DivClassName
{
background-color: #346A92;
}
.BgClassName
{
background-color: #346A92;
}
</style>
border-color css
<style>
span { border-color: #346A92; }
span { border-color: rgb(52,106,146); }
td.TdClassName
{
border-color: #346A92;
}
.TagClassName
{
border-color: #346A92;
}
</style>