#038664

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

Shades of Observatory #038664

Tints of Observatory #038664

Color information

#038664 (or 0x038664) is unknown color: approx Observatory. HEX triplet: 03, 86 and 64. RGB value is (3,134,100). Sum of RGB (Red+Green+Blue) = 3+134+100=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 134 (52.73% from 255 or 56.54% from 237); Blue value is 100 (39.45% from 255 or 42.19% from 237); Max value from RGB is 134 - color contains mainly: green. Hex color #038664 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038664 is #FC799B. Grayscale: #5A5A5A. Windows color (decimal): -16546204 or 6587907. OLE color: 6587907.

HSL color Cylindrical-coordinate representation of color #038664: hue angle of 164.43º 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 #038664 is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB3134100-
CMYK0.9800.250.47
HSL164.43º95.62%26.86%-
HSV(B)164.43º97.76%52.55%-
XYZ10.8617.9914.96-
YUV90.96133.165.26-

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.54%
BLUE value IS 100 (39.45% from 255) = 42.19%
R=1.27%
G=56.54%
B=42.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31341000.9800.250.47164.4395.6226.86
Hex38664620192Fa4601b
Octal32061441420315724414033
Binary11100001101100100110001001100110111110100100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038664; }

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

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

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

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

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

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

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

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