Shades of Astral #357B90
Tints of Astral #357B90
RGB
CMYK
RGB Variations
Color information
#357B90 (or 0x357B90) is known color: Astral. HEX triplet: 35, 7B and 90. RGB value is (53,123,144). Sum of RGB (Red+Green+Blue) = 53+123+144=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 123 (48.44% from 255 or 38.44% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #357B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357B90 is #CA846F. Grayscale: #686868. Windows color (decimal): -13272176 or 9468725. OLE color: 9468725.
HSL color Cylindrical-coordinate representation of color #357B90: hue angle of 193.85º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #357B90 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 123 | 144 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.44 |
| HSL | 193.85º | 0.46% | 0.39% | - |
| HSV(B) | 193.85º | 0.63% | 0.56% | - |
| XYZ | 13.59 | 16.94 | 28.94 | - |
| YUV | 104.46 | 150.31 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 123 | 144 | 0.63 | 0.15 | 0 | 0.44 | 193.85 | 0.46 | 0.39 |
| Hex | 35 | 7B | 90 | 3F | F | 0 | 2C | C2 | 2E | 27 |
| Octal | 65 | 173 | 220 | 77 | 17 | 0 | 54 | 302 | 56 | 47 |
| Binary | 110101 | 1111011 | 10010000 | 111111 | 1111 | 0 | 101100 | 11000010 | 101110 | 100111 |
Color Harmonies of #357B90
Complementary color
Monochromatic Colors of #357B90
Black with #357B90
Text Example
Text Example
White with #357B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357B90; }
p { color: rgb(53,123,144); }
H1.HeaderClassName
{
color: #357B90;
}
.AnyTagClassName
{
color: #357B90;
}
</style>
background-color css
<style>
a { background-color: #357B90; }
a { background-color: rgb(53,123,144); }
div.DivClassName
{
background-color: #357B90;
}
.BgClassName
{
background-color: #357B90;
}
</style>
border-color css
<style>
span { border-color: #357B90; }
span { border-color: rgb(53,123,144); }
td.TdClassName
{
border-color: #357B90;
}
.TagClassName
{
border-color: #357B90;
}
</style>