Shades of Astral #346C7F
Tints of Astral #346C7F
RGB
CMYK
RGB Variations
Color information
#346C7F (or 0x346C7F) is known color: Astral. HEX triplet: 34, 6C and 7F. RGB value is (52,108,127). Sum of RGB (Red+Green+Blue) = 52+108+127=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 127 - color contains mainly: blue. Hex color #346C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346C7F is #CB9380. Grayscale: #5D5D5D. Windows color (decimal): -13341569 or 8350772. OLE color: 8350772.
HSL color Cylindrical-coordinate representation of color #346C7F: hue angle of 195.2º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #346C7F is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 52 | 108 | 127 | - |
| CMYK | 0.59 | 0.15 | 0 | 0.50 |
| HSL | 195.2º | 0.42% | 0.35% | - |
| HSV(B) | 195.2º | 0.59% | 0.5% | - |
| XYZ | 10.61 | 12.99 | 22.03 | - |
| YUV | 93.42 | 146.95 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 108 | 127 | 0.59 | 0.15 | 0 | 0.50 | 195.2 | 0.42 | 0.35 |
| Hex | 34 | 6C | 7F | 3B | F | 0 | 32 | C3 | 2A | 23 |
| Octal | 64 | 154 | 177 | 73 | 17 | 0 | 62 | 303 | 52 | 43 |
| Binary | 110100 | 1101100 | 1111111 | 111011 | 1111 | 0 | 110010 | 11000011 | 101010 | 100011 |
Color Harmonies of #346C7F
Complementary color
Monochromatic Colors of #346C7F
Black with #346C7F
Text Example
Text Example
White with #346C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346C7F; }
p { color: rgb(52,108,127); }
H1.HeaderClassName
{
color: #346C7F;
}
.AnyTagClassName
{
color: #346C7F;
}
</style>
background-color css
<style>
a { background-color: #346C7F; }
a { background-color: rgb(52,108,127); }
div.DivClassName
{
background-color: #346C7F;
}
.BgClassName
{
background-color: #346C7F;
}
</style>
border-color css
<style>
span { border-color: #346C7F; }
span { border-color: rgb(52,108,127); }
td.TdClassName
{
border-color: #346C7F;
}
.TagClassName
{
border-color: #346C7F;
}
</style>