Shades of Astral #35678D
Tints of Astral #35678D
RGB
CMYK
RGB Variations
Color information
#35678D (or 0x35678D) is known color: Astral. HEX triplet: 35, 67 and 8D. RGB value is (53,103,141). Sum of RGB (Red+Green+Blue) = 53+103+141=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 141 - color contains mainly: blue. Hex color #35678D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35678D is #CA9872. Grayscale: #5C5C5C. Windows color (decimal): -13277299 or 9266997. OLE color: 9266997.
HSL color Cylindrical-coordinate representation of color #35678D: hue angle of 205.91º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35678D is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 103 | 141 | - |
| CMYK | 0.62 | 0.27 | 0 | 0.45 |
| HSL | 205.91º | 0.45% | 0.38% | - |
| HSV(B) | 205.91º | 0.62% | 0.55% | - |
| XYZ | 11.13 | 12.38 | 27 | - |
| YUV | 92.38 | 155.44 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 103 | 141 | 0.62 | 0.27 | 0 | 0.45 | 205.91 | 0.45 | 0.38 |
| Hex | 35 | 67 | 8D | 3E | 1B | 0 | 2D | CE | 2D | 26 |
| Octal | 65 | 147 | 215 | 76 | 33 | 0 | 55 | 316 | 55 | 46 |
| Binary | 110101 | 1100111 | 10001101 | 111110 | 11011 | 0 | 101101 | 11001110 | 101101 | 100110 |
Color Harmonies of #35678D
Complementary color
Monochromatic Colors of #35678D
Black with #35678D
Text Example
Text Example
White with #35678D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35678D; }
p { color: rgb(53,103,141); }
H1.HeaderClassName
{
color: #35678D;
}
.AnyTagClassName
{
color: #35678D;
}
</style>
background-color css
<style>
a { background-color: #35678D; }
a { background-color: rgb(53,103,141); }
div.DivClassName
{
background-color: #35678D;
}
.BgClassName
{
background-color: #35678D;
}
</style>
border-color css
<style>
span { border-color: #35678D; }
span { border-color: rgb(53,103,141); }
td.TdClassName
{
border-color: #35678D;
}
.TagClassName
{
border-color: #35678D;
}
</style>