Shades of Astral #386683
Tints of Astral #386683
RGB
CMYK
RGB Variations
Color information
#386683 (or 0x386683) is known color: Astral. HEX triplet: 38, 66 and 83. RGB value is (56,102,131). Sum of RGB (Red+Green+Blue) = 56+102+131=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 131 (51.56% from 255 or 45.33% from 289); Max value from RGB is 131 - color contains mainly: blue. Hex color #386683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386683 is #C7997C. Grayscale: #5B5B5B. Windows color (decimal): -13080957 or 8611384. OLE color: 8611384.
HSL color Cylindrical-coordinate representation of color #386683: hue angle of 203.2º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #386683 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 102 | 131 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.49 |
| HSL | 203.2º | 0.4% | 0.37% | - |
| HSV(B) | 203.2º | 0.57% | 0.51% | - |
| XYZ | 10.48 | 11.98 | 23.23 | - |
| YUV | 91.55 | 150.26 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 102 | 131 | 0.57 | 0.22 | 0 | 0.49 | 203.2 | 0.4 | 0.37 |
| Hex | 38 | 66 | 83 | 39 | 16 | 0 | 31 | CB | 28 | 25 |
| Octal | 70 | 146 | 203 | 71 | 26 | 0 | 61 | 313 | 50 | 45 |
| Binary | 111000 | 1100110 | 10000011 | 111001 | 10110 | 0 | 110001 | 11001011 | 101000 | 100101 |
Color Harmonies of #386683
Complementary color
Monochromatic Colors of #386683
Black with #386683
Text Example
Text Example
White with #386683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386683; }
p { color: rgb(56,102,131); }
H1.HeaderClassName
{
color: #386683;
}
.AnyTagClassName
{
color: #386683;
}
</style>
background-color css
<style>
a { background-color: #386683; }
a { background-color: rgb(56,102,131); }
div.DivClassName
{
background-color: #386683;
}
.BgClassName
{
background-color: #386683;
}
</style>
border-color css
<style>
span { border-color: #386683; }
span { border-color: rgb(56,102,131); }
td.TdClassName
{
border-color: #386683;
}
.TagClassName
{
border-color: #386683;
}
</style>