Shades of Astral #346982
Tints of Astral #346982
RGB
CMYK
RGB Variations
Color information
#346982 (or 0x346982) is known color: Astral. HEX triplet: 34, 69 and 82. RGB value is (52,105,130). Sum of RGB (Red+Green+Blue) = 52+105+130=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #346982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346982 is #CB967D. Grayscale: #5B5B5B. Windows color (decimal): -13342334 or 8546612. OLE color: 8546612.
HSL color Cylindrical-coordinate representation of color #346982: hue angle of 199.23º 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 #346982 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 105 | 130 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.49 |
| HSL | 199.23º | 0.43% | 0.36% | - |
| HSV(B) | 199.23º | 0.6% | 0.51% | - |
| XYZ | 10.5 | 12.44 | 22.97 | - |
| YUV | 92 | 149.44 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 105 | 130 | 0.60 | 0.19 | 0 | 0.49 | 199.23 | 0.43 | 0.36 |
| Hex | 34 | 69 | 82 | 3C | 13 | 0 | 31 | C7 | 2B | 24 |
| Octal | 64 | 151 | 202 | 74 | 23 | 0 | 61 | 307 | 53 | 44 |
| Binary | 110100 | 1101001 | 10000010 | 111100 | 10011 | 0 | 110001 | 11000111 | 101011 | 100100 |
Color Harmonies of #346982
Complementary color
Monochromatic Colors of #346982
Black with #346982
Text Example
Text Example
White with #346982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346982; }
p { color: rgb(52,105,130); }
H1.HeaderClassName
{
color: #346982;
}
.AnyTagClassName
{
color: #346982;
}
</style>
background-color css
<style>
a { background-color: #346982; }
a { background-color: rgb(52,105,130); }
div.DivClassName
{
background-color: #346982;
}
.BgClassName
{
background-color: #346982;
}
</style>
border-color css
<style>
span { border-color: #346982; }
span { border-color: rgb(52,105,130); }
td.TdClassName
{
border-color: #346982;
}
.TagClassName
{
border-color: #346982;
}
</style>