Html Css Color HEX #037490 Eastern Blue

📋 copy color: '#037490'

red 3 ◦ green 116 ◦ blue 144

#037490
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #037490

Tints of Eastern Blue #037490

RGB

 RED value IS 3 (1.56% from 255) = 1.14%

 GREEN value IS 116 (45.7% from 255) = 44.11%

 BLUE value IS 144 (56.64% from 255) = 54.75%

R = 1.14%
G = 44.11%
B = 54.75%

CMYK

 C value IS 0.98

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#037490 (or 0x037490) is known color: Eastern Blue. HEX triplet: 03, 74 and 90. RGB value is (3,116,144). Sum of RGB (Red+Green+Blue) = 3+116+144=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #037490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037490 is #FC8B6F. Grayscale: #555555. Windows color (decimal): -16550768 or 9466883. OLE color: 9466883.

HSL color Cylindrical-coordinate representation of color #037490: hue angle of 191.91º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037490 is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 3 116 144 -
CMYK 0.98 0.19 0 0.44
HSL 191.91º 0.96% 0.29% -
HSV(B) 191.91º 0.98% 0.56% -
XYZ 11.32 14.52 28.59 -
YUV 85.41 161.06 69.22 -
System Red Green Blue C M Y K H S L
Decimal 3 116 144 0.98 0.19 0 0.44 191.91 0.96 0.29
Hex 3 74 90 62 13 0 2C C0 60 1D
Octal 3 164 220 142 23 0 54 300 140 35
Binary 11 1110100 10010000 1100010 10011 0 101100 11000000 1100000 11101

Color Harmonies of #037490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037490

Black with #037490

Text Example


Text Example

White with #037490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037490; }

 p { color: rgb(3,116,144); }

 H1.HeaderClassName
 {
   color: #037490;
 }
 .AnyTagClassName
 {
   color: #037490;
 }
</style>

background-color css

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

 a { background-color: rgb(3,116,144); }

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

border-color css

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

 span { border-color: rgb(3,116,144); }

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