#038B7B

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

Shades of Observatory #038B7B

Tints of Observatory #038B7B

Color information

#038B7B (or 0x038B7B) is unknown color: approx Observatory. HEX triplet: 03, 8B and 7B. RGB value is (3,139,123). Sum of RGB (Red+Green+Blue) = 3+139+123=265 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 265); Green value is 139 (54.69% from 255 or 52.45% from 265); Blue value is 123 (48.44% from 255 or 46.42% from 265); Max value from RGB is 139 - color contains mainly: green. Hex color #038B7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038B7B is #FC7484. Grayscale: #606060. Windows color (decimal): -16544901 or 8096515. OLE color: 8096515.

HSL color Cylindrical-coordinate representation of color #038B7B: hue angle of 172.94º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038B7B is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB3139123-
CMYK0.9800.120.45
HSL172.94º95.77%27.84%-
HSV(B)172.94º97.84%54.51%-
XYZ12.8519.9121.91-
YUV96.51142.9461.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.13%
GREEN value IS 139 (54.69% from 255) = 52.45%
BLUE value IS 123 (48.44% from 255) = 46.42%
R=1.13%
G=52.45%
B=46.42%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal31391230.9800.120.45172.9495.7727.84
Hex38B7B620C2Dad601c
Octal32131731420145525514034
Binary1110001011111101111000100110010110110101101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,139,123); }

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

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

 a { background-color: rgb(3,139,123); }

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

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

 span { border-color: rgb(3,139,123); }

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