Shades of Astral #396883
Tints of Astral #396883
RGB
CMYK
RGB Variations
Color information
#396883 (or 0x396883) is known color: Astral. HEX triplet: 39, 68 and 83. RGB value is (57,104,131). Sum of RGB (Red+Green+Blue) = 57+104+131=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 131 - color contains mainly: blue. Hex color #396883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396883 is #C6977C. Grayscale: #5C5C5C. Windows color (decimal): -13014909 or 8611897. OLE color: 8611897.
HSL color Cylindrical-coordinate representation of color #396883: hue angle of 201.89º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #396883 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 57 | 104 | 131 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.49 |
| HSL | 201.89º | 0.39% | 0.37% | - |
| HSV(B) | 201.89º | 0.56% | 0.51% | - |
| XYZ | 10.73 | 12.41 | 23.3 | - |
| YUV | 93.03 | 149.43 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 104 | 131 | 0.56 | 0.21 | 0 | 0.49 | 201.89 | 0.39 | 0.37 |
| Hex | 39 | 68 | 83 | 38 | 15 | 0 | 31 | CA | 27 | 25 |
| Octal | 71 | 150 | 203 | 70 | 25 | 0 | 61 | 312 | 47 | 45 |
| Binary | 111001 | 1101000 | 10000011 | 111000 | 10101 | 0 | 110001 | 11001010 | 100111 | 100101 |
Color Harmonies of #396883
Complementary color
Monochromatic Colors of #396883
Black with #396883
Text Example
Text Example
White with #396883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396883; }
p { color: rgb(57,104,131); }
H1.HeaderClassName
{
color: #396883;
}
.AnyTagClassName
{
color: #396883;
}
</style>
background-color css
<style>
a { background-color: #396883; }
a { background-color: rgb(57,104,131); }
div.DivClassName
{
background-color: #396883;
}
.BgClassName
{
background-color: #396883;
}
</style>
border-color css
<style>
span { border-color: #396883; }
span { border-color: rgb(57,104,131); }
td.TdClassName
{
border-color: #396883;
}
.TagClassName
{
border-color: #396883;
}
</style>