Html Css Color HEX #037F9F Eastern Blue

📋 copy color: '#037F9F'

red 3 ◦ green 127 ◦ blue 159

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

Shades of Eastern Blue #037F9F

Tints of Eastern Blue #037F9F

RGB

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

 GREEN value IS 127 (50% from 255) = 43.94%

 BLUE value IS 159 (62.5% from 255) = 55.02%

R = 1.04%
G = 43.94%
B = 55.02%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#037F9F (or 0x037F9F) is known color: Eastern Blue. HEX triplet: 03, 7F and 9F. RGB value is (3,127,159). Sum of RGB (Red+Green+Blue) = 3+127+159=289 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 289); Green value is 127 (50% from 255 or 43.94% from 289); Blue value is 159 (62.5% from 255 or 55.02% from 289); Max value from RGB is 159 - color contains mainly: blue. Hex color #037F9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037F9F is #FC8060. Grayscale: #5D5D5D. Windows color (decimal): -16547937 or 10452739. OLE color: 10452739.

HSL color Cylindrical-coordinate representation of color #037F9F: hue angle of 192.31º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037F9F is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 3 127 159 -
CMYK 0.98 0.20 0 0.38
HSL 192.31º 0.96% 0.32% -
HSV(B) 192.31º 0.98% 0.62% -
XYZ 13.88 17.7 35.49 -
YUV 93.57 164.92 63.4 -
System Red Green Blue C M Y K H S L
Decimal 3 127 159 0.98 0.20 0 0.38 192.31 0.96 0.32
Hex 3 7F 9F 62 14 0 26 C0 60 20
Octal 3 177 237 142 24 0 46 300 140 40
Binary 11 1111111 10011111 1100010 10100 0 100110 11000000 1100000 100000

Color Harmonies of #037F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037F9F

Black with #037F9F

Text Example


Text Example

White with #037F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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