#037F97

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

Shades of Eastern Blue #037F97

Tints of Eastern Blue #037F97

Color information

#037F97 (or 0x037F97) is unknown color: approx Eastern Blue. HEX triplet: 03, 7F and 97. RGB value is (3,127,151). Sum of RGB (Red+Green+Blue) = 3+127+151=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 127 (50% from 255 or 45.20% from 281); Blue value is 151 (59.38% from 255 or 53.74% from 281); Max value from RGB is 151 - color contains mainly: blue. Hex color #037F97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037F97 is #FC8068. Grayscale: #5C5C5C. Windows color (decimal): -16547945 or 9928451. OLE color: 9928451.

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

Color convert

RGB3127151-
CMYK0.980.1600.41
HSL189.73º96.1%30.2%-
HSV(B)189.73º98.01%59.22%-
XYZ13.2117.4331.95-
YUV92.66160.9264.05-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.07%
GREEN value IS 127 (50% from 255) = 45.20%
BLUE value IS 151 (59.38% from 255) = 53.74%
R=1.07%
G=45.20%
B=53.74%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal31271510.980.1600.41189.7396.130.2
Hex37F976210029be601e
Octal31772271422005127614036
Binary11111111110010111110001010000010100110111110110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,127,151); }

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

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

 a { background-color: rgb(3,127,151); }

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

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

 span { border-color: rgb(3,127,151); }

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