#037992

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

Shades of Eastern Blue #037992

Tints of Eastern Blue #037992

Color information

#037992 (or 0x037992) is unknown color: approx Eastern Blue. HEX triplet: 03, 79 and 92. RGB value is (3,121,146). Sum of RGB (Red+Green+Blue) = 3+121+146=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 146 (57.42% from 255 or 54.07% from 270); Max value from RGB is 146 - color contains mainly: blue. Hex color #037992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037992 is #FC866D. Grayscale: #585858. Windows color (decimal): -16549486 or 9599235. OLE color: 9599235.

HSL color Cylindrical-coordinate representation of color #037992: hue angle of 190.49º 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 #037992 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3121146-
CMYK0.980.1700.43
HSL190.49º95.97%29.22%-
HSV(B)190.49º97.95%57.25%-
XYZ12.0615.7729.6-
YUV88.57160.4166.97-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.11%
GREEN value IS 121 (47.66% from 255) = 44.81%
BLUE value IS 146 (57.42% from 255) = 54.07%
R=1.11%
G=44.81%
B=54.07%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal31211460.980.1700.43190.4995.9729.22
Hex37992621102Bbe601d
Octal31712221422105327614035
Binary11111100110010010110001010001010101110111110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037992; }

 p { color: rgb(3,121,146); }

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

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

 a { background-color: rgb(3,121,146); }

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

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

 span { border-color: rgb(3,121,146); }

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