#038663

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

Shades of Observatory #038663

Tints of Observatory #038663

Color information

#038663 (or 0x038663) is unknown color: approx Observatory. HEX triplet: 03, 86 and 63. RGB value is (3,134,99). Sum of RGB (Red+Green+Blue) = 3+134+99=236 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 236); Green value is 134 (52.73% from 255 or 56.78% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 134 - color contains mainly: green. Hex color #038663 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038663 is #FC799C. Grayscale: #5A5A5A. Windows color (decimal): -16546205 or 6522371. OLE color: 6522371.

HSL color Cylindrical-coordinate representation of color #038663: hue angle of 163.97º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038663 is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB313499-
CMYK0.9800.260.47
HSL163.97º95.62%26.86%-
HSV(B)163.97º97.76%52.55%-
XYZ10.8117.9714.7-
YUV90.84132.665.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.27%
GREEN value IS 134 (52.73% from 255) = 56.78%
BLUE value IS 99 (39.06% from 255) = 41.95%
R=1.27%
G=56.78%
B=41.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3134990.9800.260.47163.9795.6226.86
Hex386636201A2Fa4601b
Octal32061431420325724414033
Binary11100001101100011110001001101010111110100100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038663; }

 p { color: rgb(3,134,99); }

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

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

 a { background-color: rgb(3,134,99); }

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

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

 span { border-color: rgb(3,134,99); }

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