#03896A

Color #03896A Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #03896A

Tints of Observatory #03896A

Color information

#03896A (or 0x03896A) is unknown color: approx 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

RGB3137106-
CMYK0.9800.230.46
HSL166.12º95.71%27.45%-
HSV(B)166.12º97.81%53.73%-
XYZ11.5818.9516.68-
YUV93.4135.1163.52-

RGB Variations

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

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.80% from 255) = 43.09%
R=1.22%
G=55.69%
B=43.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal31371060.9800.230.46166.1295.7127.45
Hex3896A620172Ea6601b
Octal32111521420275624614033
Binary11100010011101010110001001011110111010100110110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03896A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>