Shades of Astral #346E81
Tints of Astral #346E81
RGB
CMYK
RGB Variations
Color information
#346E81 (or 0x346E81) is known color: Astral. HEX triplet: 34, 6E and 81. RGB value is (52,110,129). Sum of RGB (Red+Green+Blue) = 52+110+129=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 110 (43.36% from 255 or 37.80% from 291); Blue value is 129 (50.78% from 255 or 44.33% from 291); Max value from RGB is 129 - color contains mainly: blue. Hex color #346E81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346E81 is #CB917E. Grayscale: #5E5E5E. Windows color (decimal): -13341055 or 8482356. OLE color: 8482356.
HSL color Cylindrical-coordinate representation of color #346E81: hue angle of 194.81º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #346E81 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 110 | 129 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.49 |
| HSL | 194.81º | 0.43% | 0.35% | - |
| HSV(B) | 194.81º | 0.6% | 0.51% | - |
| XYZ | 10.95 | 13.47 | 22.79 | - |
| YUV | 94.82 | 147.28 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 110 | 129 | 0.60 | 0.15 | 0 | 0.49 | 194.81 | 0.43 | 0.35 |
| Hex | 34 | 6E | 81 | 3C | F | 0 | 31 | C3 | 2B | 23 |
| Octal | 64 | 156 | 201 | 74 | 17 | 0 | 61 | 303 | 53 | 43 |
| Binary | 110100 | 1101110 | 10000001 | 111100 | 1111 | 0 | 110001 | 11000011 | 101011 | 100011 |
Color Harmonies of #346E81
Complementary color
Monochromatic Colors of #346E81
Black with #346E81
Text Example
Text Example
White with #346E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346E81; }
p { color: rgb(52,110,129); }
H1.HeaderClassName
{
color: #346E81;
}
.AnyTagClassName
{
color: #346E81;
}
</style>
background-color css
<style>
a { background-color: #346E81; }
a { background-color: rgb(52,110,129); }
div.DivClassName
{
background-color: #346E81;
}
.BgClassName
{
background-color: #346E81;
}
</style>
border-color css
<style>
span { border-color: #346E81; }
span { border-color: rgb(52,110,129); }
td.TdClassName
{
border-color: #346E81;
}
.TagClassName
{
border-color: #346E81;
}
</style>