Shades of Astral #356E92
Tints of Astral #356E92
RGB
CMYK
RGB Variations
Color information
#356E92 (or 0x356E92) is known color: Astral. HEX triplet: 35, 6E and 92. RGB value is (53,110,146). Sum of RGB (Red+Green+Blue) = 53+110+146=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 146 - color contains mainly: blue. Hex color #356E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356E92 is #CA916D. Grayscale: #606060. Windows color (decimal): -13275502 or 9596469. OLE color: 9596469.
HSL color Cylindrical-coordinate representation of color #356E92: hue angle of 203.23º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #356E92 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 53 | 110 | 146 | - |
| CMYK | 0.64 | 0.25 | 0 | 0.43 |
| HSL | 203.23º | 0.47% | 0.39% | - |
| HSV(B) | 203.23º | 0.64% | 0.57% | - |
| XYZ | 12.23 | 13.98 | 29.25 | - |
| YUV | 97.06 | 155.62 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 110 | 146 | 0.64 | 0.25 | 0 | 0.43 | 203.23 | 0.47 | 0.39 |
| Hex | 35 | 6E | 92 | 40 | 19 | 0 | 2B | CB | 2F | 27 |
| Octal | 65 | 156 | 222 | 100 | 31 | 0 | 53 | 313 | 57 | 47 |
| Binary | 110101 | 1101110 | 10010010 | 1000000 | 11001 | 0 | 101011 | 11001011 | 101111 | 100111 |
Color Harmonies of #356E92
Complementary color
Monochromatic Colors of #356E92
Black with #356E92
Text Example
Text Example
White with #356E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356E92; }
p { color: rgb(53,110,146); }
H1.HeaderClassName
{
color: #356E92;
}
.AnyTagClassName
{
color: #356E92;
}
</style>
background-color css
<style>
a { background-color: #356E92; }
a { background-color: rgb(53,110,146); }
div.DivClassName
{
background-color: #356E92;
}
.BgClassName
{
background-color: #356E92;
}
</style>
border-color css
<style>
span { border-color: #356E92; }
span { border-color: rgb(53,110,146); }
td.TdClassName
{
border-color: #356E92;
}
.TagClassName
{
border-color: #356E92;
}
</style>