Shades of Eastern Blue #037F93
Tints of Eastern Blue #037F93
RGB
CMYK
RGB Variations
Color information
#037F93 (or 0x037F93) is known color: Eastern Blue. HEX triplet: 03, 7F and 93. RGB value is (3,127,147). Sum of RGB (Red+Green+Blue) = 3+127+147=277 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 277); Green value is 127 (50% from 255 or 45.85% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #037F93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037F93 is #FC806C. Grayscale: #5C5C5C. Windows color (decimal): -16547949 or 9666307. OLE color: 9666307.
HSL color Cylindrical-coordinate representation of color #037F93: hue angle of 188.33º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037F93 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 127 | 147 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.42 |
| HSL | 188.33º | 0.96% | 0.29% | - |
| HSV(B) | 188.33º | 0.98% | 0.58% | - |
| XYZ | 12.89 | 17.3 | 30.26 | - |
| YUV | 92.2 | 158.92 | 64.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 127 | 147 | 0.98 | 0.14 | 0 | 0.42 | 188.33 | 0.96 | 0.29 |
| Hex | 3 | 7F | 93 | 62 | E | 0 | 2A | BC | 60 | 1D |
| Octal | 3 | 177 | 223 | 142 | 16 | 0 | 52 | 274 | 140 | 35 |
| Binary | 11 | 1111111 | 10010011 | 1100010 | 1110 | 0 | 101010 | 10111100 | 1100000 | 11101 |
Color Harmonies of #037F93
Complementary color
Monochromatic Colors of #037F93
Black with #037F93
Text Example
Text Example
White with #037F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037F93; }
p { color: rgb(3,127,147); }
H1.HeaderClassName
{
color: #037F93;
}
.AnyTagClassName
{
color: #037F93;
}
</style>
background-color css
<style>
a { background-color: #037F93; }
a { background-color: rgb(3,127,147); }
div.DivClassName
{
background-color: #037F93;
}
.BgClassName
{
background-color: #037F93;
}
</style>
border-color css
<style>
span { border-color: #037F93; }
span { border-color: rgb(3,127,147); }
td.TdClassName
{
border-color: #037F93;
}
.TagClassName
{
border-color: #037F93;
}
</style>