Shades of Astral #346B81
Tints of Astral #346B81
RGB
CMYK
RGB Variations
Color information
#346B81 (or 0x346B81) is known color: Astral. HEX triplet: 34, 6B and 81. RGB value is (52,107,129). Sum of RGB (Red+Green+Blue) = 52+107+129=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 129 (50.78% from 255 or 44.79% from 288); Max value from RGB is 129 - color contains mainly: blue. Hex color #346B81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346B81 is #CB947E. Grayscale: #5C5C5C. Windows color (decimal): -13341823 or 8481588. OLE color: 8481588.
HSL color Cylindrical-coordinate representation of color #346B81: hue angle of 197.14º 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 #346B81 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 107 | 129 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.49 |
| HSL | 197.14º | 0.43% | 0.35% | - |
| HSV(B) | 197.14º | 0.6% | 0.51% | - |
| XYZ | 10.64 | 12.83 | 22.68 | - |
| YUV | 93.06 | 148.28 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 107 | 129 | 0.60 | 0.17 | 0 | 0.49 | 197.14 | 0.43 | 0.35 |
| Hex | 34 | 6B | 81 | 3C | 11 | 0 | 31 | C5 | 2B | 23 |
| Octal | 64 | 153 | 201 | 74 | 21 | 0 | 61 | 305 | 53 | 43 |
| Binary | 110100 | 1101011 | 10000001 | 111100 | 10001 | 0 | 110001 | 11000101 | 101011 | 100011 |
Color Harmonies of #346B81
Complementary color
Monochromatic Colors of #346B81
Black with #346B81
Text Example
Text Example
White with #346B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346B81; }
p { color: rgb(52,107,129); }
H1.HeaderClassName
{
color: #346B81;
}
.AnyTagClassName
{
color: #346B81;
}
</style>
background-color css
<style>
a { background-color: #346B81; }
a { background-color: rgb(52,107,129); }
div.DivClassName
{
background-color: #346B81;
}
.BgClassName
{
background-color: #346B81;
}
</style>
border-color css
<style>
span { border-color: #346B81; }
span { border-color: rgb(52,107,129); }
td.TdClassName
{
border-color: #346B81;
}
.TagClassName
{
border-color: #346B81;
}
</style>