Html Css Color HEX #037F99 Eastern Blue

📋 copy color: '#037F99'

red 3 ◦ green 127 ◦ blue 153

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

Shades of Eastern Blue #037F99

Tints of Eastern Blue #037F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 54.06%

R = 1.06%
G = 44.88%
B = 54.06%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#037F99 (or 0x037F99) is known color: Eastern Blue. HEX triplet: 03, 7F and 99. RGB value is (3,127,153). Sum of RGB (Red+Green+Blue) = 3+127+153=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 127 (50% from 255 or 44.88% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #037F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037F99 is #FC8066. Grayscale: #5C5C5C. Windows color (decimal): -16547943 or 10059523. OLE color: 10059523.

HSL color Cylindrical-coordinate representation of color #037F99: hue angle of 190.4º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037F99 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 3 127 153 -
CMYK 0.98 0.17 0 0.4
HSL 190.4º 0.96% 0.31% -
HSV(B) 190.4º 0.98% 0.6% -
XYZ 13.38 17.5 32.81 -
YUV 92.89 161.92 63.89 -
System Red Green Blue C M Y K H S L
Decimal 3 127 153 0.98 0.17 0 0.4 190.4 0.96 0.31
Hex 3 7F 99 62 11 0 28 BE 60 1F
Octal 3 177 231 142 21 0 50 276 140 37
Binary 11 1111111 10011001 1100010 10001 0 101000 10111110 1100000 11111

Color Harmonies of #037F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037F99

Black with #037F99

Text Example


Text Example

White with #037F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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