Html Css Color HEX #03896E Observatory

📋 copy color: '#03896E'

red 3 ◦ green 137 ◦ blue 110

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

Shades of Observatory #03896E

Tints of Observatory #03896E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 44%

R = 1.2%
G = 54.8%
B = 44%

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

#03896E (or 0x03896E) is known color: Observatory. HEX triplet: 03, 89 and 6E. RGB value is (3,137,110). Sum of RGB (Red+Green+Blue) = 3+137+110=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 137 (53.91% from 255 or 54.8% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 137 - color contains mainly: green. Hex color #03896E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03896E is #FC7691. Grayscale: #5D5D5D. Windows color (decimal): -16545426 or 7244035. OLE color: 7244035.

HSL color Cylindrical-coordinate representation of color #03896E: hue angle of 167.91º 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 #03896E is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 3 137 110 -
CMYK 0.98 0 0.20 0.46
HSL 167.91º 0.96% 0.27% -
HSV(B) 167.91º 0.98% 0.54% -
XYZ 11.8 19.04 17.8 -
YUV 93.86 137.11 63.2 -
System Red Green Blue C M Y K H S L
Decimal 3 137 110 0.98 0 0.20 0.46 167.91 0.96 0.27
Hex 3 89 6E 62 0 14 2E A8 60 1B
Octal 3 211 156 142 0 24 56 250 140 33
Binary 11 10001001 1101110 1100010 0 10100 101110 10101000 1100000 11011

Color Harmonies of #03896E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03896E

Black with #03896E

Text Example


Text Example

White with #03896E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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