Shades of Eastern Blue #037F9E
Tints of Eastern Blue #037F9E
RGB
CMYK
RGB Variations
Color information
#037F9E (or 0x037F9E) is known color: Eastern Blue. HEX triplet: 03, 7F and 9E. RGB value is (3,127,158). Sum of RGB (Red+Green+Blue) = 3+127+158=288 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 288); Green value is 127 (50% from 255 or 44.10% from 288); Blue value is 158 (62.11% from 255 or 54.86% from 288); Max value from RGB is 158 - color contains mainly: blue. Hex color #037F9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037F9E is #FC8061. Grayscale: #5D5D5D. Windows color (decimal): -16547938 or 10387203. OLE color: 10387203.
HSL color Cylindrical-coordinate representation of color #037F9E: hue angle of 192º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037F9E is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 127 | 158 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.38 |
| HSL | 192º | 0.96% | 0.32% | - |
| HSV(B) | 192º | 0.98% | 0.62% | - |
| XYZ | 13.8 | 17.67 | 35.03 | - |
| YUV | 93.46 | 164.42 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 127 | 158 | 0.98 | 0.20 | 0 | 0.38 | 192 | 0.96 | 0.32 |
| Hex | 3 | 7F | 9E | 62 | 14 | 0 | 26 | C0 | 60 | 20 |
| Octal | 3 | 177 | 236 | 142 | 24 | 0 | 46 | 300 | 140 | 40 |
| Binary | 11 | 1111111 | 10011110 | 1100010 | 10100 | 0 | 100110 | 11000000 | 1100000 | 100000 |
Color Harmonies of #037F9E
Complementary color
Monochromatic Colors of #037F9E
Black with #037F9E
Text Example
Text Example
White with #037F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037F9E; }
p { color: rgb(3,127,158); }
H1.HeaderClassName
{
color: #037F9E;
}
.AnyTagClassName
{
color: #037F9E;
}
</style>
background-color css
<style>
a { background-color: #037F9E; }
a { background-color: rgb(3,127,158); }
div.DivClassName
{
background-color: #037F9E;
}
.BgClassName
{
background-color: #037F9E;
}
</style>
border-color css
<style>
span { border-color: #037F9E; }
span { border-color: rgb(3,127,158); }
td.TdClassName
{
border-color: #037F9E;
}
.TagClassName
{
border-color: #037F9E;
}
</style>