#03896B

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

Shades of Observatory #03896B

Tints of Observatory #03896B

Color information

#03896B (or 0x03896B) is unknown color: approx Observatory. HEX triplet: 03, 89 and 6B. RGB value is (3,137,107). Sum of RGB (Red+Green+Blue) = 3+137+107=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 137 (53.91% from 255 or 55.47% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 137 - color contains mainly: green. Hex color #03896B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03896B is #FC7694. Grayscale: #5D5D5D. Windows color (decimal): -16545429 or 7047427. OLE color: 7047427.

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

Color convert

RGB3137107-
CMYK0.9800.220.46
HSL166.57º95.71%27.45%-
HSV(B)166.57º97.81%53.73%-
XYZ11.6418.9716.96-
YUV93.51135.6163.44-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.21%
GREEN value IS 137 (53.91% from 255) = 55.47%
BLUE value IS 107 (42.19% from 255) = 43.32%
R=1.21%
G=55.47%
B=43.32%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal31371070.9800.220.46166.5795.7127.45
Hex3896B620162Ea7601b
Octal32111531420265624714033
Binary11100010011101011110001001011010111010100111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03896B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #03896B;
 }
 .AnyTagClassName
 {
   color: #03896B;
 }
</style>
background-color css

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

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

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

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

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

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