#038F66

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

Shades of Observatory #038F66

Tints of Observatory #038F66

Color information

#038F66 (or 0x038F66) is unknown color: approx Observatory. HEX triplet: 03, 8F and 66. RGB value is (3,143,102). Sum of RGB (Red+Green+Blue) = 3+143+102=248 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 248); Green value is 143 (56.25% from 255 or 57.66% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 143 - color contains mainly: green. Hex color #038F66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038F66 is #FC7099. Grayscale: #606060. Windows color (decimal): -16543898 or 6721283. OLE color: 6721283.

HSL color Cylindrical-coordinate representation of color #038F66: hue angle of 162.43º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038F66 is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB3143102-
CMYK0.9800.290.44
HSL162.43º95.89%28.63%-
HSV(B)162.43º97.9%56.08%-
XYZ12.2620.6215.91-
YUV96.47131.1261.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.21%
GREEN value IS 143 (56.25% from 255) = 57.66%
BLUE value IS 102 (40.23% from 255) = 41.13%
R=1.21%
G=57.66%
B=41.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal31431020.9800.290.44162.4395.8928.63
Hex38F666201D2Ca2601d
Octal32171461420355424214035
Binary11100011111100110110001001110110110010100010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038F66; }

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

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

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

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

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

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

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

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