Shades of Astral #346785
Tints of Astral #346785
RGB
CMYK
RGB Variations
Color information
#346785 (or 0x346785) is known color: Astral. HEX triplet: 34, 67 and 85. RGB value is (52,103,133). Sum of RGB (Red+Green+Blue) = 52+103+133=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #346785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346785 is #CB987A. Grayscale: #5A5A5A. Windows color (decimal): -13342843 or 8742708. OLE color: 8742708.
HSL color Cylindrical-coordinate representation of color #346785: hue angle of 202.22º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #346785 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 103 | 133 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.48 |
| HSL | 202.22º | 0.44% | 0.36% | - |
| HSV(B) | 202.22º | 0.61% | 0.52% | - |
| XYZ | 10.5 | 12.12 | 23.98 | - |
| YUV | 91.17 | 151.6 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 103 | 133 | 0.61 | 0.23 | 0 | 0.48 | 202.22 | 0.44 | 0.36 |
| Hex | 34 | 67 | 85 | 3D | 17 | 0 | 30 | CA | 2C | 24 |
| Octal | 64 | 147 | 205 | 75 | 27 | 0 | 60 | 312 | 54 | 44 |
| Binary | 110100 | 1100111 | 10000101 | 111101 | 10111 | 0 | 110000 | 11001010 | 101100 | 100100 |
Color Harmonies of #346785
Complementary color
Monochromatic Colors of #346785
Black with #346785
Text Example
Text Example
White with #346785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346785; }
p { color: rgb(52,103,133); }
H1.HeaderClassName
{
color: #346785;
}
.AnyTagClassName
{
color: #346785;
}
</style>
background-color css
<style>
a { background-color: #346785; }
a { background-color: rgb(52,103,133); }
div.DivClassName
{
background-color: #346785;
}
.BgClassName
{
background-color: #346785;
}
</style>
border-color css
<style>
span { border-color: #346785; }
span { border-color: rgb(52,103,133); }
td.TdClassName
{
border-color: #346785;
}
.TagClassName
{
border-color: #346785;
}
</style>