Shades of Eastern Blue #037A91
Tints of Eastern Blue #037A91
RGB
CMYK
RGB Variations
Color information
#037A91 (or 0x037A91) is known color: Eastern Blue. HEX triplet: 03, 7A and 91. RGB value is (3,122,145). Sum of RGB (Red+Green+Blue) = 3+122+145=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 122 (48.05% from 255 or 45.19% from 270); Blue value is 145 (57.03% from 255 or 53.70% from 270); Max value from RGB is 145 - color contains mainly: blue. Hex color #037A91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037A91 is #FC856E. Grayscale: #585858. Windows color (decimal): -16549231 or 9533955. OLE color: 9533955.
HSL color Cylindrical-coordinate representation of color #037A91: hue angle of 189.72º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037A91 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 122 | 145 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.43 |
| HSL | 189.72º | 0.96% | 0.29% | - |
| HSV(B) | 189.72º | 0.98% | 0.57% | - |
| XYZ | 12.11 | 15.98 | 29.23 | - |
| YUV | 89.04 | 159.58 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 122 | 145 | 0.98 | 0.16 | 0 | 0.43 | 189.72 | 0.96 | 0.29 |
| Hex | 3 | 7A | 91 | 62 | 10 | 0 | 2B | BE | 60 | 1D |
| Octal | 3 | 172 | 221 | 142 | 20 | 0 | 53 | 276 | 140 | 35 |
| Binary | 11 | 1111010 | 10010001 | 1100010 | 10000 | 0 | 101011 | 10111110 | 1100000 | 11101 |
Color Harmonies of #037A91
Complementary color
Monochromatic Colors of #037A91
Black with #037A91
Text Example
Text Example
White with #037A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037A91; }
p { color: rgb(3,122,145); }
H1.HeaderClassName
{
color: #037A91;
}
.AnyTagClassName
{
color: #037A91;
}
</style>
background-color css
<style>
a { background-color: #037A91; }
a { background-color: rgb(3,122,145); }
div.DivClassName
{
background-color: #037A91;
}
.BgClassName
{
background-color: #037A91;
}
</style>
border-color css
<style>
span { border-color: #037A91; }
span { border-color: rgb(3,122,145); }
td.TdClassName
{
border-color: #037A91;
}
.TagClassName
{
border-color: #037A91;
}
</style>