#038A6B

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

Shades of Observatory #038A6B

Tints of Observatory #038A6B

Color information

#038A6B (or 0x038A6B) is unknown color: approx Observatory. HEX triplet: 03, 8A and 6B. RGB value is (3,138,107). Sum of RGB (Red+Green+Blue) = 3+138+107=248 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 248); Green value is 138 (54.30% from 255 or 55.65% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 138 - color contains mainly: green. Hex color #038A6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038A6B is #FC7594. Grayscale: #5E5E5E. Windows color (decimal): -16545173 or 7047683. OLE color: 7047683.

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

Color convert

RGB3138107-
CMYK0.9800.220.46
HSL166.22º95.74%27.65%-
HSV(B)166.22º97.83%54.12%-
XYZ11.7819.2617.01-
YUV94.1135.2763.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.21%
GREEN value IS 138 (54.30% from 255) = 55.65%
BLUE value IS 107 (42.19% from 255) = 43.15%
R=1.21%
G=55.65%
B=43.15%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal31381070.9800.220.46166.2295.7427.65
Hex38A6B620162Ea6601c
Octal32121531420265624614034
Binary11100010101101011110001001011010111010100110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,138,107); }

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

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

 a { background-color: rgb(3,138,107); }

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

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

 span { border-color: rgb(3,138,107); }

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