Shades of Astral #346B90
Tints of Astral #346B90
RGB
CMYK
RGB Variations
Color information
#346B90 (or 0x346B90) is known color: Astral. HEX triplet: 34, 6B and 90. RGB value is (52,107,144). Sum of RGB (Red+Green+Blue) = 52+107+144=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 144 - color contains mainly: blue. Hex color #346B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346B90 is #CB946F. Grayscale: #5E5E5E. Windows color (decimal): -13341808 or 9464628. OLE color: 9464628.
HSL color Cylindrical-coordinate representation of color #346B90: hue angle of 204.13º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #346B90 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 107 | 144 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.44 |
| HSL | 204.13º | 0.47% | 0.38% | - |
| HSV(B) | 204.13º | 0.64% | 0.56% | - |
| XYZ | 11.71 | 13.26 | 28.33 | - |
| YUV | 94.77 | 155.78 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 107 | 144 | 0.64 | 0.26 | 0 | 0.44 | 204.13 | 0.47 | 0.38 |
| Hex | 34 | 6B | 90 | 40 | 1A | 0 | 2C | CC | 2F | 26 |
| Octal | 64 | 153 | 220 | 100 | 32 | 0 | 54 | 314 | 57 | 46 |
| Binary | 110100 | 1101011 | 10010000 | 1000000 | 11010 | 0 | 101100 | 11001100 | 101111 | 100110 |
Color Harmonies of #346B90
Complementary color
Monochromatic Colors of #346B90
Black with #346B90
Text Example
Text Example
White with #346B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346B90; }
p { color: rgb(52,107,144); }
H1.HeaderClassName
{
color: #346B90;
}
.AnyTagClassName
{
color: #346B90;
}
</style>
background-color css
<style>
a { background-color: #346B90; }
a { background-color: rgb(52,107,144); }
div.DivClassName
{
background-color: #346B90;
}
.BgClassName
{
background-color: #346B90;
}
</style>
border-color css
<style>
span { border-color: #346B90; }
span { border-color: rgb(52,107,144); }
td.TdClassName
{
border-color: #346B90;
}
.TagClassName
{
border-color: #346B90;
}
</style>