Html Css Color HEX #039374 Observatory

📋 copy color: '#039374'

red 3 ◦ green 147 ◦ blue 116

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

Shades of Observatory #039374

Tints of Observatory #039374

RGB

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

 GREEN value IS 147 (57.81% from 255) = 55.26%

 BLUE value IS 116 (45.7% from 255) = 43.61%

R = 1.13%
G = 55.26%
B = 43.61%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#039374 (or 0x039374) is known color: Observatory. HEX triplet: 03, 93 and 74. RGB value is (3,147,116). Sum of RGB (Red+Green+Blue) = 3+147+116=266 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 266); Green value is 147 (57.81% from 255 or 55.26% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 147 - color contains mainly: green. Hex color #039374 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039374 is #FC6C8B. Grayscale: #646464. Windows color (decimal): -16542860 or 7639811. OLE color: 7639811.

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

Color convert

RGB 3 147 116 -
CMYK 0.98 0 0.21 0.42
HSL 167.08º 0.96% 0.29% -
HSV(B) 167.08º 0.98% 0.58% -
XYZ 13.62 22.15 20.08 -
YUV 100.41 136.79 58.52 -
System Red Green Blue C M Y K H S L
Decimal 3 147 116 0.98 0 0.21 0.42 167.08 0.96 0.29
Hex 3 93 74 62 0 15 2A A7 60 1D
Octal 3 223 164 142 0 25 52 247 140 35
Binary 11 10010011 1110100 1100010 0 10101 101010 10100111 1100000 11101

Color Harmonies of #039374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039374

Black with #039374

Text Example


Text Example

White with #039374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039374; }

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

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

background-color css

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

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

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

border-color css

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

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

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