Shades of Eastern Blue #037C90
Tints of Eastern Blue #037C90
RGB
CMYK
RGB Variations
Color information
#037C90 (or 0x037C90) is known color: Eastern Blue. HEX triplet: 03, 7C and 90. RGB value is (3,124,144). Sum of RGB (Red+Green+Blue) = 3+124+144=271 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 144 (56.64% from 255 or 53.14% from 271); Max value from RGB is 144 - color contains mainly: blue. Hex color #037C90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037C90 is #FC836F. Grayscale: #595959. Windows color (decimal): -16548720 or 9468931. OLE color: 9468931.
HSL color Cylindrical-coordinate representation of color #037C90: hue angle of 188.51º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037C90 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 124 | 144 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.44 |
| HSL | 188.51º | 0.96% | 0.29% | - |
| HSV(B) | 188.51º | 0.98% | 0.56% | - |
| XYZ | 12.28 | 16.45 | 28.91 | - |
| YUV | 90.1 | 158.41 | 65.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 124 | 144 | 0.98 | 0.14 | 0 | 0.44 | 188.51 | 0.96 | 0.29 |
| Hex | 3 | 7C | 90 | 62 | E | 0 | 2C | BD | 60 | 1D |
| Octal | 3 | 174 | 220 | 142 | 16 | 0 | 54 | 275 | 140 | 35 |
| Binary | 11 | 1111100 | 10010000 | 1100010 | 1110 | 0 | 101100 | 10111101 | 1100000 | 11101 |
Color Harmonies of #037C90
Complementary color
Monochromatic Colors of #037C90
Black with #037C90
Text Example
Text Example
White with #037C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037C90; }
p { color: rgb(3,124,144); }
H1.HeaderClassName
{
color: #037C90;
}
.AnyTagClassName
{
color: #037C90;
}
</style>
background-color css
<style>
a { background-color: #037C90; }
a { background-color: rgb(3,124,144); }
div.DivClassName
{
background-color: #037C90;
}
.BgClassName
{
background-color: #037C90;
}
</style>
border-color css
<style>
span { border-color: #037C90; }
span { border-color: rgb(3,124,144); }
td.TdClassName
{
border-color: #037C90;
}
.TagClassName
{
border-color: #037C90;
}
</style>