#038667

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

Shades of Observatory #038667

Tints of Observatory #038667

Color information

#038667 (or 0x038667) is unknown color: approx Observatory. HEX triplet: 03, 86 and 67. RGB value is (3,134,103). Sum of RGB (Red+Green+Blue) = 3+134+103=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 134 (52.73% from 255 or 55.83% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 134 - color contains mainly: green. Hex color #038667 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038667 is #FC7998. Grayscale: #5B5B5B. Windows color (decimal): -16546201 or 6784515. OLE color: 6784515.

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

Color convert

RGB3134103-
CMYK0.9800.230.47
HSL165.8º95.62%26.86%-
HSV(B)165.8º97.76%52.55%-
XYZ11.0118.0515.74-
YUV91.3134.665.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.25%
GREEN value IS 134 (52.73% from 255) = 55.83%
BLUE value IS 103 (40.62% from 255) = 42.92%
R=1.25%
G=55.83%
B=42.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31341030.9800.230.47165.895.6226.86
Hex38667620172Fa6601b
Octal32061471420275724614033
Binary11100001101100111110001001011110111110100110110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038667; }

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

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

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

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

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

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

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

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