#038666

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

Shades of Observatory #038666

Tints of Observatory #038666

Color information

#038666 (or 0x038666) is unknown color: approx Observatory. HEX triplet: 03, 86 and 66. RGB value is (3,134,102). Sum of RGB (Red+Green+Blue) = 3+134+102=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 134 (52.73% from 255 or 56.07% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 134 - color contains mainly: green. Hex color #038666 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038666 is #FC7999. Grayscale: #5B5B5B. Windows color (decimal): -16546202 or 6718979. OLE color: 6718979.

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

Color convert

RGB3134102-
CMYK0.9800.240.47
HSL165.34º95.62%26.86%-
HSV(B)165.34º97.76%52.55%-
XYZ10.9618.0315.47-
YUV91.18134.165.1-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.26%
GREEN value IS 134 (52.73% from 255) = 56.07%
BLUE value IS 102 (40.23% from 255) = 42.68%
R=1.26%
G=56.07%
B=42.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31341020.9800.240.47165.3495.6226.86
Hex38666620182Fa5601b
Octal32061461420305724514033
Binary11100001101100110110001001100010111110100101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038666; }

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

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

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

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

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

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

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

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