Shades of Astral #346C7B
Tints of Astral #346C7B
RGB
CMYK
RGB Variations
Color information
#346C7B (or 0x346C7B) is known color: Astral. HEX triplet: 34, 6C and 7B. RGB value is (52,108,123). Sum of RGB (Red+Green+Blue) = 52+108+123=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: blue. Hex color #346C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346C7B is #CB9384. Grayscale: #5C5C5C. Windows color (decimal): -13341573 or 8088628. OLE color: 8088628.
HSL color Cylindrical-coordinate representation of color #346C7B: hue angle of 192.68º 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 #346C7B is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 52 | 108 | 123 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.52 |
| HSL | 192.68º | 0.41% | 0.34% | - |
| HSV(B) | 192.68º | 0.58% | 0.48% | - |
| XYZ | 10.35 | 12.89 | 20.68 | - |
| YUV | 92.97 | 144.95 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 108 | 123 | 0.58 | 0.12 | 0 | 0.52 | 192.68 | 0.41 | 0.34 |
| Hex | 34 | 6C | 7B | 3A | C | 0 | 34 | C1 | 29 | 22 |
| Octal | 64 | 154 | 173 | 72 | 14 | 0 | 64 | 301 | 51 | 42 |
| Binary | 110100 | 1101100 | 1111011 | 111010 | 1100 | 0 | 110100 | 11000001 | 101001 | 100010 |
Color Harmonies of #346C7B
Complementary color
Monochromatic Colors of #346C7B
Black with #346C7B
Text Example
Text Example
White with #346C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346C7B; }
p { color: rgb(52,108,123); }
H1.HeaderClassName
{
color: #346C7B;
}
.AnyTagClassName
{
color: #346C7B;
}
</style>
background-color css
<style>
a { background-color: #346C7B; }
a { background-color: rgb(52,108,123); }
div.DivClassName
{
background-color: #346C7B;
}
.BgClassName
{
background-color: #346C7B;
}
</style>
border-color css
<style>
span { border-color: #346C7B; }
span { border-color: rgb(52,108,123); }
td.TdClassName
{
border-color: #346C7B;
}
.TagClassName
{
border-color: #346C7B;
}
</style>