Shades of Astral #346782
Tints of Astral #346782
RGB
CMYK
RGB Variations
Color information
#346782 (or 0x346782) is known color: Astral. HEX triplet: 34, 67 and 82. RGB value is (52,103,130). Sum of RGB (Red+Green+Blue) = 52+103+130=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 130 (51.17% from 255 or 45.61% from 285); Max value from RGB is 130 - color contains mainly: blue. Hex color #346782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346782 is #CB987D. Grayscale: #5A5A5A. Windows color (decimal): -13342846 or 8546100. OLE color: 8546100.
HSL color Cylindrical-coordinate representation of color #346782: hue angle of 200.77º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #346782 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 103 | 130 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.49 |
| HSL | 200.77º | 0.43% | 0.36% | - |
| HSV(B) | 200.77º | 0.6% | 0.51% | - |
| XYZ | 10.3 | 12.04 | 22.9 | - |
| YUV | 90.83 | 150.1 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 103 | 130 | 0.60 | 0.21 | 0 | 0.49 | 200.77 | 0.43 | 0.36 |
| Hex | 34 | 67 | 82 | 3C | 15 | 0 | 31 | C9 | 2B | 24 |
| Octal | 64 | 147 | 202 | 74 | 25 | 0 | 61 | 311 | 53 | 44 |
| Binary | 110100 | 1100111 | 10000010 | 111100 | 10101 | 0 | 110001 | 11001001 | 101011 | 100100 |
Color Harmonies of #346782
Complementary color
Monochromatic Colors of #346782
Black with #346782
Text Example
Text Example
White with #346782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346782; }
p { color: rgb(52,103,130); }
H1.HeaderClassName
{
color: #346782;
}
.AnyTagClassName
{
color: #346782;
}
</style>
background-color css
<style>
a { background-color: #346782; }
a { background-color: rgb(52,103,130); }
div.DivClassName
{
background-color: #346782;
}
.BgClassName
{
background-color: #346782;
}
</style>
border-color css
<style>
span { border-color: #346782; }
span { border-color: rgb(52,103,130); }
td.TdClassName
{
border-color: #346782;
}
.TagClassName
{
border-color: #346782;
}
</style>