Html Css Color HEX #03896D Observatory

📋 copy color: '#03896D'

red 3 ◦ green 137 ◦ blue 109

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

Shades of Observatory #03896D

Tints of Observatory #03896D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 55.02%

 BLUE value IS 109 (42.97% from 255) = 43.78%

R = 1.2%
G = 55.02%
B = 43.78%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#03896D (or 0x03896D) is known color: Observatory. HEX triplet: 03, 89 and 6D. RGB value is (3,137,109). Sum of RGB (Red+Green+Blue) = 3+137+109=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 137 (53.91% from 255 or 55.02% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 137 - color contains mainly: green. Hex color #03896D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03896D is #FC7692. Grayscale: #5D5D5D. Windows color (decimal): -16545427 or 7178499. OLE color: 7178499.

HSL color Cylindrical-coordinate representation of color #03896D: hue angle of 167.46º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03896D is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 3 137 109 -
CMYK 0.98 0 0.20 0.46
HSL 167.46º 0.96% 0.27% -
HSV(B) 167.46º 0.98% 0.54% -
XYZ 11.74 19.01 17.52 -
YUV 93.74 136.61 63.28 -
System Red Green Blue C M Y K H S L
Decimal 3 137 109 0.98 0 0.20 0.46 167.46 0.96 0.27
Hex 3 89 6D 62 0 14 2E A7 60 1B
Octal 3 211 155 142 0 24 56 247 140 33
Binary 11 10001001 1101101 1100010 0 10100 101110 10100111 1100000 11011

Color Harmonies of #03896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03896D

Black with #03896D

Text Example


Text Example

White with #03896D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03896D; }

 p { color: rgb(3,137,109); }

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

background-color css

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

 a { background-color: rgb(3,137,109); }

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

border-color css

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

 span { border-color: rgb(3,137,109); }

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