Shades of Astral #346F7C
Tints of Astral #346F7C
RGB
CMYK
RGB Variations
Color information
#346F7C (or 0x346F7C) is known color: Astral. HEX triplet: 34, 6F and 7C. RGB value is (52,111,124). Sum of RGB (Red+Green+Blue) = 52+111+124=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: blue. Hex color #346F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346F7C is #CB9083. Grayscale: #5E5E5E. Windows color (decimal): -13340804 or 8154932. OLE color: 8154932.
HSL color Cylindrical-coordinate representation of color #346F7C: hue angle of 190.83º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #346F7C is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 111 | 124 | - |
| CMYK | 0.58 | 0.10 | 0 | 0.51 |
| HSL | 190.83º | 0.41% | 0.35% | - |
| HSV(B) | 190.83º | 0.58% | 0.49% | - |
| XYZ | 10.74 | 13.55 | 21.12 | - |
| YUV | 94.84 | 144.45 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 111 | 124 | 0.58 | 0.10 | 0 | 0.51 | 190.83 | 0.41 | 0.35 |
| Hex | 34 | 6F | 7C | 3A | A | 0 | 33 | BF | 29 | 23 |
| Octal | 64 | 157 | 174 | 72 | 12 | 0 | 63 | 277 | 51 | 43 |
| Binary | 110100 | 1101111 | 1111100 | 111010 | 1010 | 0 | 110011 | 10111111 | 101001 | 100011 |
Color Harmonies of #346F7C
Complementary color
Monochromatic Colors of #346F7C
Black with #346F7C
Text Example
Text Example
White with #346F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346F7C; }
p { color: rgb(52,111,124); }
H1.HeaderClassName
{
color: #346F7C;
}
.AnyTagClassName
{
color: #346F7C;
}
</style>
background-color css
<style>
a { background-color: #346F7C; }
a { background-color: rgb(52,111,124); }
div.DivClassName
{
background-color: #346F7C;
}
.BgClassName
{
background-color: #346F7C;
}
</style>
border-color css
<style>
span { border-color: #346F7C; }
span { border-color: rgb(52,111,124); }
td.TdClassName
{
border-color: #346F7C;
}
.TagClassName
{
border-color: #346F7C;
}
</style>