Shades of Astral #346E92
Tints of Astral #346E92
RGB
CMYK
RGB Variations
Color information
#346E92 (or 0x346E92) is known color: Astral. HEX triplet: 34, 6E and 92. RGB value is (52,110,146). Sum of RGB (Red+Green+Blue) = 52+110+146=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #346E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346E92 is #CB916D. Grayscale: #606060. Windows color (decimal): -13341038 or 9596468. OLE color: 9596468.
HSL color Cylindrical-coordinate representation of color #346E92: hue angle of 202.98º 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 #346E92 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 52 | 110 | 146 | - |
| CMYK | 0.64 | 0.25 | 0 | 0.43 |
| HSL | 202.98º | 0.47% | 0.39% | - |
| HSV(B) | 202.98º | 0.64% | 0.57% | - |
| XYZ | 12.18 | 13.96 | 29.25 | - |
| YUV | 96.76 | 155.78 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 110 | 146 | 0.64 | 0.25 | 0 | 0.43 | 202.98 | 0.47 | 0.39 |
| Hex | 34 | 6E | 92 | 40 | 19 | 0 | 2B | CB | 2F | 27 |
| Octal | 64 | 156 | 222 | 100 | 31 | 0 | 53 | 313 | 57 | 47 |
| Binary | 110100 | 1101110 | 10010010 | 1000000 | 11001 | 0 | 101011 | 11001011 | 101111 | 100111 |
Color Harmonies of #346E92
Complementary color
Monochromatic Colors of #346E92
Black with #346E92
Text Example
Text Example
White with #346E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346E92; }
p { color: rgb(52,110,146); }
H1.HeaderClassName
{
color: #346E92;
}
.AnyTagClassName
{
color: #346E92;
}
</style>
background-color css
<style>
a { background-color: #346E92; }
a { background-color: rgb(52,110,146); }
div.DivClassName
{
background-color: #346E92;
}
.BgClassName
{
background-color: #346E92;
}
</style>
border-color css
<style>
span { border-color: #346E92; }
span { border-color: rgb(52,110,146); }
td.TdClassName
{
border-color: #346E92;
}
.TagClassName
{
border-color: #346E92;
}
</style>