Html Css Color HEX #039074 Observatory

📋 copy color: '#039074'

red 3 ◦ green 144 ◦ blue 116

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

Shades of Observatory #039074

Tints of Observatory #039074

RGB

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

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

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

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

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#039074 (or 0x039074) is known color: Observatory. HEX triplet: 03, 90 and 74. RGB value is (3,144,116). Sum of RGB (Red+Green+Blue) = 3+144+116=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 144 (56.64% from 255 or 54.75% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 144 - color contains mainly: green. Hex color #039074 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039074 is #FC6F8B. Grayscale: #626262. Windows color (decimal): -16543628 or 7639043. OLE color: 7639043.

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

Color convert

RGB 3 144 116 -
CMYK 0.98 0 0.19 0.44
HSL 168.09º 0.96% 0.29% -
HSV(B) 168.09º 0.98% 0.56% -
XYZ 13.16 21.23 19.93 -
YUV 98.65 137.79 59.78 -
System Red Green Blue C M Y K H S L
Decimal 3 144 116 0.98 0 0.19 0.44 168.09 0.96 0.29
Hex 3 90 74 62 0 13 2C A8 60 1D
Octal 3 220 164 142 0 23 54 250 140 35
Binary 11 10010000 1110100 1100010 0 10011 101100 10101000 1100000 11101

Color Harmonies of #039074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039074

Black with #039074

Text Example


Text Example

White with #039074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039074; }

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

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

background-color css

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

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

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

border-color css

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

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

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