Shades of Astral #37758B
Tints of Astral #37758B
RGB
CMYK
RGB Variations
Color information
#37758B (or 0x37758B) is known color: Astral. HEX triplet: 37, 75 and 8B. RGB value is (55,117,139). Sum of RGB (Red+Green+Blue) = 55+117+139=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 139 - color contains mainly: blue. Hex color #37758B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37758B is #C88A74. Grayscale: #646464. Windows color (decimal): -13142645 or 9139511. OLE color: 9139511.
HSL color Cylindrical-coordinate representation of color #37758B: hue angle of 195.71º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37758B is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 117 | 139 | - |
| CMYK | 0.60 | 0.16 | 0 | 0.45 |
| HSL | 195.71º | 0.43% | 0.38% | - |
| HSV(B) | 195.71º | 0.6% | 0.55% | - |
| XYZ | 12.6 | 15.4 | 26.73 | - |
| YUV | 100.97 | 149.46 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 117 | 139 | 0.60 | 0.16 | 0 | 0.45 | 195.71 | 0.43 | 0.38 |
| Hex | 37 | 75 | 8B | 3C | 10 | 0 | 2D | C4 | 2B | 26 |
| Octal | 67 | 165 | 213 | 74 | 20 | 0 | 55 | 304 | 53 | 46 |
| Binary | 110111 | 1110101 | 10001011 | 111100 | 10000 | 0 | 101101 | 11000100 | 101011 | 100110 |
Color Harmonies of #37758B
Complementary color
Monochromatic Colors of #37758B
Black with #37758B
Text Example
Text Example
White with #37758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37758B; }
p { color: rgb(55,117,139); }
H1.HeaderClassName
{
color: #37758B;
}
.AnyTagClassName
{
color: #37758B;
}
</style>
background-color css
<style>
a { background-color: #37758B; }
a { background-color: rgb(55,117,139); }
div.DivClassName
{
background-color: #37758B;
}
.BgClassName
{
background-color: #37758B;
}
</style>
border-color css
<style>
span { border-color: #37758B; }
span { border-color: rgb(55,117,139); }
td.TdClassName
{
border-color: #37758B;
}
.TagClassName
{
border-color: #37758B;
}
</style>