Html Css Color HEX #03896A Observatory

📋 copy color: '#03896A'

red 3 ◦ green 137 ◦ blue 106

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

Shades of Observatory #03896A

Tints of Observatory #03896A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 43.09%

R = 1.22%
G = 55.69%
B = 43.09%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#03896A (or 0x03896A) is known color: Observatory. HEX triplet: 03, 89 and 6A. RGB value is (3,137,106). Sum of RGB (Red+Green+Blue) = 3+137+106=246 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 246); Green value is 137 (53.91% from 255 or 55.69% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 137 - color contains mainly: green. Hex color #03896A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03896A is #FC7695. Grayscale: #5D5D5D. Windows color (decimal): -16545430 or 6981891. OLE color: 6981891.

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

Color convert

RGB 3 137 106 -
CMYK 0.98 0 0.23 0.46
HSL 166.12º 0.96% 0.27% -
HSV(B) 166.12º 0.98% 0.54% -
XYZ 11.58 18.95 16.68 -
YUV 93.4 135.11 63.52 -
System Red Green Blue C M Y K H S L
Decimal 3 137 106 0.98 0 0.23 0.46 166.12 0.96 0.27
Hex 3 89 6A 62 0 17 2E A6 60 1B
Octal 3 211 152 142 0 27 56 246 140 33
Binary 11 10001001 1101010 1100010 0 10111 101110 10100110 1100000 11011

Color Harmonies of #03896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03896A

Black with #03896A

Text Example


Text Example

White with #03896A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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