#037C94

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

Shades of Eastern Blue #037C94

Tints of Eastern Blue #037C94

Color information

#037C94 (or 0x037C94) is unknown color: approx Eastern Blue. HEX triplet: 03, 7C and 94. RGB value is (3,124,148). Sum of RGB (Red+Green+Blue) = 3+124+148=275 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 275); Green value is 124 (48.83% from 255 or 45.09% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #037C94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037C94 is #FC836B. Grayscale: #5A5A5A. Windows color (decimal): -16548716 or 9731075. OLE color: 9731075.

HSL color Cylindrical-coordinate representation of color #037C94: hue angle of 189.93º 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 #037C94 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3124148-
CMYK0.980.1600.42
HSL189.93º96.03%29.61%-
HSV(B)189.93º97.97%58.04%-
XYZ12.5916.5730.55-
YUV90.56160.4165.55-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.09%
GREEN value IS 124 (48.83% from 255) = 45.09%
BLUE value IS 148 (58.20% from 255) = 53.82%
R=1.09%
G=45.09%
B=53.82%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31241480.980.1600.42189.9396.0329.61
Hex37C94621002Abe601e
Octal31742241422005227614036
Binary11111110010010100110001010000010101010111110110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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