#038F7E

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

Shades of Observatory #038F7E

Tints of Observatory #038F7E

Color information

#038F7E (or 0x038F7E) is unknown color: approx Observatory. HEX triplet: 03, 8F and 7E. RGB value is (3,143,126). Sum of RGB (Red+Green+Blue) = 3+143+126=272 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 272); Green value is 143 (56.25% from 255 or 52.57% from 272); Blue value is 126 (49.61% from 255 or 46.32% from 272); Max value from RGB is 143 - color contains mainly: green. Hex color #038F7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038F7E is #FC7081. Grayscale: #636363. Windows color (decimal): -16543874 or 8294147. OLE color: 8294147.

HSL color Cylindrical-coordinate representation of color #038F7E: hue angle of 172.71º 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 #038F7E is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB3143126-
CMYK0.9800.120.44
HSL172.71º95.89%28.63%-
HSV(B)172.71º97.9%56.08%-
XYZ13.6321.1723.11-
YUV99.2143.1259.38-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.10%
GREEN value IS 143 (56.25% from 255) = 52.57%
BLUE value IS 126 (49.61% from 255) = 46.32%
R=1.10%
G=52.57%
B=46.32%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal31431260.9800.120.44172.7195.8928.63
Hex38F7E620C2Cad601d
Octal32171761420145425514035
Binary1110001111111111011000100110010110010101101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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