Html Css Color HEX #039369 Observatory

📋 copy color: '#039369'

red 3 ◦ green 147 ◦ blue 105

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

Shades of Observatory #039369

Tints of Observatory #039369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.18%

R = 1.18%
G = 57.65%
B = 41.18%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#039369 (or 0x039369) is known color: Observatory. HEX triplet: 03, 93 and 69. RGB value is (3,147,105). Sum of RGB (Red+Green+Blue) = 3+147+105=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 147 (57.81% from 255 or 57.65% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 147 - color contains mainly: green. Hex color #039369 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039369 is #FC6C96. Grayscale: #636363. Windows color (decimal): -16542871 or 6918915. OLE color: 6918915.

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

Color convert

RGB 3 147 105 -
CMYK 0.98 0 0.29 0.42
HSL 162.5º 0.96% 0.29% -
HSV(B) 162.5º 0.98% 0.58% -
XYZ 13.02 21.91 16.91 -
YUV 99.16 131.29 59.42 -
System Red Green Blue C M Y K H S L
Decimal 3 147 105 0.98 0 0.29 0.42 162.5 0.96 0.29
Hex 3 93 69 62 0 1D 2A A2 60 1D
Octal 3 223 151 142 0 35 52 242 140 35
Binary 11 10010011 1101001 1100010 0 11101 101010 10100010 1100000 11101

Color Harmonies of #039369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039369

Black with #039369

Text Example


Text Example

White with #039369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039369; }

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

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

background-color css

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

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

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

border-color css

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

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

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