#037A94

Color #037A94 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #037A94

Tints of Eastern Blue #037A94

Color information

#037A94 (or 0x037A94) is unknown color: approx Eastern Blue. HEX triplet: 03, 7A and 94. RGB value is (3,122,148). Sum of RGB (Red+Green+Blue) = 3+122+148=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 122 (48.05% from 255 or 44.69% from 273); Blue value is 148 (58.20% from 255 or 54.21% from 273); Max value from RGB is 148 - color contains mainly: blue. Hex color #037A94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037A94 is #FC856B. Grayscale: #595959. Windows color (decimal): -16549228 or 9730563. OLE color: 9730563.

HSL color Cylindrical-coordinate representation of color #037A94: hue angle of 190.76º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037A94 is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3122148-
CMYK0.980.1800.42
HSL190.76º96.03%29.61%-
HSV(B)190.76º97.97%58.04%-
XYZ12.3416.0830.47-
YUV89.38161.0866.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 1.10%
GREEN value IS 122 (48.05% from 255) = 44.69%
BLUE value IS 148 (58.20% from 255) = 54.21%
R=1.10%
G=44.69%
B=54.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31221480.980.1800.42190.7696.0329.61
Hex37A94621202Abf601e
Octal31722241422205227714036
Binary11111101010010100110001010010010101010111111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037A94; }

 p { color: rgb(3,122,148); }

 H1.HeaderClassName
 {
   color: #037A94;
 }
 .AnyTagClassName
 {
   color: #037A94;
 }
</style>
background-color css

<style>
 a { background-color: #037A94; }

 a { background-color: rgb(3,122,148); }

 div.DivClassName
 {
   background-color: #037A94;
 }
 .BgClassName
 {
   background-color: #037A94;
 }
</style>
border-color css

<style>
 span { border-color: #037A94; }

 span { border-color: rgb(3,122,148); }

 td.TdClassName
 {
   border-color: #037A94;
 }
 .TagClassName
 {
   border-color: #037A94;
 }
</style>