Shades of Astral #34658B
Tints of Astral #34658B
RGB
CMYK
RGB Variations
Color information
#34658B (or 0x34658B) is known color: Astral. HEX triplet: 34, 65 and 8B. RGB value is (52,101,139). Sum of RGB (Red+Green+Blue) = 52+101+139=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #34658B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34658B is #CB9A74. Grayscale: #5A5A5A. Windows color (decimal): -13343349 or 9135412. OLE color: 9135412.
HSL color Cylindrical-coordinate representation of color #34658B: hue angle of 206.21º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34658B is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 101 | 139 | - |
| CMYK | 0.63 | 0.27 | 0 | 0.45 |
| HSL | 206.21º | 0.46% | 0.37% | - |
| HSV(B) | 206.21º | 0.63% | 0.55% | - |
| XYZ | 10.73 | 11.9 | 26.16 | - |
| YUV | 90.68 | 155.27 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 101 | 139 | 0.63 | 0.27 | 0 | 0.45 | 206.21 | 0.46 | 0.37 |
| Hex | 34 | 65 | 8B | 3F | 1B | 0 | 2D | CE | 2E | 25 |
| Octal | 64 | 145 | 213 | 77 | 33 | 0 | 55 | 316 | 56 | 45 |
| Binary | 110100 | 1100101 | 10001011 | 111111 | 11011 | 0 | 101101 | 11001110 | 101110 | 100101 |
Color Harmonies of #34658B
Complementary color
Monochromatic Colors of #34658B
Black with #34658B
Text Example
Text Example
White with #34658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34658B; }
p { color: rgb(52,101,139); }
H1.HeaderClassName
{
color: #34658B;
}
.AnyTagClassName
{
color: #34658B;
}
</style>
background-color css
<style>
a { background-color: #34658B; }
a { background-color: rgb(52,101,139); }
div.DivClassName
{
background-color: #34658B;
}
.BgClassName
{
background-color: #34658B;
}
</style>
border-color css
<style>
span { border-color: #34658B; }
span { border-color: rgb(52,101,139); }
td.TdClassName
{
border-color: #34658B;
}
.TagClassName
{
border-color: #34658B;
}
</style>