Shades of Astral #356B8A
Tints of Astral #356B8A
RGB
CMYK
RGB Variations
Color information
#356B8A (or 0x356B8A) is known color: Astral. HEX triplet: 35, 6B and 8A. RGB value is (53,107,138). Sum of RGB (Red+Green+Blue) = 53+107+138=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 138 - color contains mainly: blue. Hex color #356B8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356B8A is #CA9475. Grayscale: #5E5E5E. Windows color (decimal): -13276278 or 9071413. OLE color: 9071413.
HSL color Cylindrical-coordinate representation of color #356B8A: hue angle of 201.88º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #356B8A is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 107 | 138 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.46 |
| HSL | 201.88º | 0.45% | 0.37% | - |
| HSV(B) | 201.88º | 0.62% | 0.54% | - |
| XYZ | 11.31 | 13.11 | 25.98 | - |
| YUV | 94.39 | 152.61 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 107 | 138 | 0.62 | 0.22 | 0 | 0.46 | 201.88 | 0.45 | 0.37 |
| Hex | 35 | 6B | 8A | 3E | 16 | 0 | 2E | CA | 2D | 25 |
| Octal | 65 | 153 | 212 | 76 | 26 | 0 | 56 | 312 | 55 | 45 |
| Binary | 110101 | 1101011 | 10001010 | 111110 | 10110 | 0 | 101110 | 11001010 | 101101 | 100101 |
Color Harmonies of #356B8A
Complementary color
Monochromatic Colors of #356B8A
Black with #356B8A
Text Example
Text Example
White with #356B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356B8A; }
p { color: rgb(53,107,138); }
H1.HeaderClassName
{
color: #356B8A;
}
.AnyTagClassName
{
color: #356B8A;
}
</style>
background-color css
<style>
a { background-color: #356B8A; }
a { background-color: rgb(53,107,138); }
div.DivClassName
{
background-color: #356B8A;
}
.BgClassName
{
background-color: #356B8A;
}
</style>
border-color css
<style>
span { border-color: #356B8A; }
span { border-color: rgb(53,107,138); }
td.TdClassName
{
border-color: #356B8A;
}
.TagClassName
{
border-color: #356B8A;
}
</style>