Shades of Astral #346A88
Tints of Astral #346A88
RGB
CMYK
RGB Variations
Color information
#346A88 (or 0x346A88) is known color: Astral. HEX triplet: 34, 6A and 88. RGB value is (52,106,136). Sum of RGB (Red+Green+Blue) = 52+106+136=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 136 - color contains mainly: blue. Hex color #346A88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346A88 is #CB9577. Grayscale: #5D5D5D. Windows color (decimal): -13342072 or 8940084. OLE color: 8940084.
HSL color Cylindrical-coordinate representation of color #346A88: hue angle of 201.43º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #346A88 is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 106 | 136 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.47 |
| HSL | 201.43º | 0.45% | 0.37% | - |
| HSV(B) | 201.43º | 0.62% | 0.53% | - |
| XYZ | 11.01 | 12.82 | 25.19 | - |
| YUV | 93.27 | 152.11 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 106 | 136 | 0.62 | 0.22 | 0 | 0.47 | 201.43 | 0.45 | 0.37 |
| Hex | 34 | 6A | 88 | 3E | 16 | 0 | 2F | C9 | 2D | 25 |
| Octal | 64 | 152 | 210 | 76 | 26 | 0 | 57 | 311 | 55 | 45 |
| Binary | 110100 | 1101010 | 10001000 | 111110 | 10110 | 0 | 101111 | 11001001 | 101101 | 100101 |
Color Harmonies of #346A88
Complementary color
Monochromatic Colors of #346A88
Black with #346A88
Text Example
Text Example
White with #346A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346A88; }
p { color: rgb(52,106,136); }
H1.HeaderClassName
{
color: #346A88;
}
.AnyTagClassName
{
color: #346A88;
}
</style>
background-color css
<style>
a { background-color: #346A88; }
a { background-color: rgb(52,106,136); }
div.DivClassName
{
background-color: #346A88;
}
.BgClassName
{
background-color: #346A88;
}
</style>
border-color css
<style>
span { border-color: #346A88; }
span { border-color: rgb(52,106,136); }
td.TdClassName
{
border-color: #346A88;
}
.TagClassName
{
border-color: #346A88;
}
</style>