Shades of Astral #346883
Tints of Astral #346883
RGB
CMYK
RGB Variations
Color information
#346883 (or 0x346883) is known color: Astral. HEX triplet: 34, 68 and 83. RGB value is (52,104,131). Sum of RGB (Red+Green+Blue) = 52+104+131=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 131 (51.56% from 255 or 45.64% from 287); Max value from RGB is 131 - color contains mainly: blue. Hex color #346883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346883 is #CB977C. Grayscale: #5B5B5B. Windows color (decimal): -13342589 or 8611892. OLE color: 8611892.
HSL color Cylindrical-coordinate representation of color #346883: hue angle of 200.51º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #346883 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 104 | 131 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.49 |
| HSL | 200.51º | 0.43% | 0.36% | - |
| HSV(B) | 200.51º | 0.6% | 0.51% | - |
| XYZ | 10.46 | 12.27 | 23.29 | - |
| YUV | 91.53 | 150.27 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 104 | 131 | 0.60 | 0.21 | 0 | 0.49 | 200.51 | 0.43 | 0.36 |
| Hex | 34 | 68 | 83 | 3C | 15 | 0 | 31 | C9 | 2B | 24 |
| Octal | 64 | 150 | 203 | 74 | 25 | 0 | 61 | 311 | 53 | 44 |
| Binary | 110100 | 1101000 | 10000011 | 111100 | 10101 | 0 | 110001 | 11001001 | 101011 | 100100 |
Color Harmonies of #346883
Complementary color
Monochromatic Colors of #346883
Black with #346883
Text Example
Text Example
White with #346883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346883; }
p { color: rgb(52,104,131); }
H1.HeaderClassName
{
color: #346883;
}
.AnyTagClassName
{
color: #346883;
}
</style>
background-color css
<style>
a { background-color: #346883; }
a { background-color: rgb(52,104,131); }
div.DivClassName
{
background-color: #346883;
}
.BgClassName
{
background-color: #346883;
}
</style>
border-color css
<style>
span { border-color: #346883; }
span { border-color: rgb(52,104,131); }
td.TdClassName
{
border-color: #346883;
}
.TagClassName
{
border-color: #346883;
}
</style>