Shades of Astral #346E7B
Tints of Astral #346E7B
RGB
CMYK
RGB Variations
Color information
#346E7B (or 0x346E7B) is known color: Astral. HEX triplet: 34, 6E and 7B. RGB value is (52,110,123). Sum of RGB (Red+Green+Blue) = 52+110+123=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 110 (43.36% from 255 or 38.60% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 123 - color contains mainly: blue. Hex color #346E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346E7B is #CB9184. Grayscale: #5E5E5E. Windows color (decimal): -13341061 or 8089140. OLE color: 8089140.
HSL color Cylindrical-coordinate representation of color #346E7B: hue angle of 190.99º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #346E7B is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 52 | 110 | 123 | - |
| CMYK | 0.58 | 0.11 | 0 | 0.52 |
| HSL | 190.99º | 0.41% | 0.34% | - |
| HSV(B) | 190.99º | 0.58% | 0.48% | - |
| XYZ | 10.57 | 13.31 | 20.75 | - |
| YUV | 94.14 | 144.28 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 110 | 123 | 0.58 | 0.11 | 0 | 0.52 | 190.99 | 0.41 | 0.34 |
| Hex | 34 | 6E | 7B | 3A | B | 0 | 34 | BF | 29 | 22 |
| Octal | 64 | 156 | 173 | 72 | 13 | 0 | 64 | 277 | 51 | 42 |
| Binary | 110100 | 1101110 | 1111011 | 111010 | 1011 | 0 | 110100 | 10111111 | 101001 | 100010 |
Color Harmonies of #346E7B
Complementary color
Monochromatic Colors of #346E7B
Black with #346E7B
Text Example
Text Example
White with #346E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346E7B; }
p { color: rgb(52,110,123); }
H1.HeaderClassName
{
color: #346E7B;
}
.AnyTagClassName
{
color: #346E7B;
}
</style>
background-color css
<style>
a { background-color: #346E7B; }
a { background-color: rgb(52,110,123); }
div.DivClassName
{
background-color: #346E7B;
}
.BgClassName
{
background-color: #346E7B;
}
</style>
border-color css
<style>
span { border-color: #346E7B; }
span { border-color: rgb(52,110,123); }
td.TdClassName
{
border-color: #346E7B;
}
.TagClassName
{
border-color: #346E7B;
}
</style>