Shades of Astral #376C93
Tints of Astral #376C93
RGB
CMYK
RGB Variations
Color information
#376C93 (or 0x376C93) is known color: Astral. HEX triplet: 37, 6C and 93. RGB value is (55,108,147). Sum of RGB (Red+Green+Blue) = 55+108+147=310 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.74% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #376C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376C93 is #C8936C. Grayscale: #606060. Windows color (decimal): -13144941 or 9661495. OLE color: 9661495.
HSL color Cylindrical-coordinate representation of color #376C93: hue angle of 205.43º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #376C93 is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 108 | 147 | - |
| CMYK | 0.63 | 0.27 | 0 | 0.42 |
| HSL | 205.43º | 0.46% | 0.4% | - |
| HSV(B) | 205.43º | 0.63% | 0.58% | - |
| XYZ | 12.2 | 13.64 | 29.59 | - |
| YUV | 96.6 | 156.44 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 108 | 147 | 0.63 | 0.27 | 0 | 0.42 | 205.43 | 0.46 | 0.4 |
| Hex | 37 | 6C | 93 | 3F | 1B | 0 | 2A | CD | 2E | 28 |
| Octal | 67 | 154 | 223 | 77 | 33 | 0 | 52 | 315 | 56 | 50 |
| Binary | 110111 | 1101100 | 10010011 | 111111 | 11011 | 0 | 101010 | 11001101 | 101110 | 101000 |
Color Harmonies of #376C93
Complementary color
Monochromatic Colors of #376C93
Black with #376C93
Text Example
Text Example
White with #376C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376C93; }
p { color: rgb(55,108,147); }
H1.HeaderClassName
{
color: #376C93;
}
.AnyTagClassName
{
color: #376C93;
}
</style>
background-color css
<style>
a { background-color: #376C93; }
a { background-color: rgb(55,108,147); }
div.DivClassName
{
background-color: #376C93;
}
.BgClassName
{
background-color: #376C93;
}
</style>
border-color css
<style>
span { border-color: #376C93; }
span { border-color: rgb(55,108,147); }
td.TdClassName
{
border-color: #376C93;
}
.TagClassName
{
border-color: #376C93;
}
</style>