Shades of Astral #356B7D
Tints of Astral #356B7D
RGB
CMYK
RGB Variations
Color information
#356B7D (or 0x356B7D) is known color: Astral. HEX triplet: 35, 6B and 7D. RGB value is (53,107,125). Sum of RGB (Red+Green+Blue) = 53+107+125=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 125 - color contains mainly: blue. Hex color #356B7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356B7D is #CA9482. Grayscale: #5C5C5C. Windows color (decimal): -13276291 or 8219445. OLE color: 8219445.
HSL color Cylindrical-coordinate representation of color #356B7D: hue angle of 195º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #356B7D is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 107 | 125 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.51 |
| HSL | 195º | 0.4% | 0.35% | - |
| HSV(B) | 195º | 0.58% | 0.49% | - |
| XYZ | 10.43 | 12.75 | 21.31 | - |
| YUV | 92.91 | 146.11 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 107 | 125 | 0.58 | 0.14 | 0 | 0.51 | 195 | 0.4 | 0.35 |
| Hex | 35 | 6B | 7D | 3A | E | 0 | 33 | C3 | 28 | 23 |
| Octal | 65 | 153 | 175 | 72 | 16 | 0 | 63 | 303 | 50 | 43 |
| Binary | 110101 | 1101011 | 1111101 | 111010 | 1110 | 0 | 110011 | 11000011 | 101000 | 100011 |
Color Harmonies of #356B7D
Complementary color
Monochromatic Colors of #356B7D
Black with #356B7D
Text Example
Text Example
White with #356B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356B7D; }
p { color: rgb(53,107,125); }
H1.HeaderClassName
{
color: #356B7D;
}
.AnyTagClassName
{
color: #356B7D;
}
</style>
background-color css
<style>
a { background-color: #356B7D; }
a { background-color: rgb(53,107,125); }
div.DivClassName
{
background-color: #356B7D;
}
.BgClassName
{
background-color: #356B7D;
}
</style>
border-color css
<style>
span { border-color: #356B7D; }
span { border-color: rgb(53,107,125); }
td.TdClassName
{
border-color: #356B7D;
}
.TagClassName
{
border-color: #356B7D;
}
</style>