#038A6C

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

Shades of Observatory #038A6C

Tints of Observatory #038A6C

Color information

#038A6C (or 0x038A6C) is unknown color: approx Observatory. HEX triplet: 03, 8A and 6C. RGB value is (3,138,108). Sum of RGB (Red+Green+Blue) = 3+138+108=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 138 (54.30% from 255 or 55.42% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 138 - color contains mainly: green. Hex color #038A6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038A6C is #FC7593. Grayscale: #5E5E5E. Windows color (decimal): -16545172 or 7113219. OLE color: 7113219.

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

Color convert

RGB3138108-
CMYK0.9800.220.46
HSL166.67º95.74%27.65%-
HSV(B)166.67º97.83%54.12%-
XYZ11.8319.2817.28-
YUV94.22135.7762.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.20%
GREEN value IS 138 (54.30% from 255) = 55.42%
BLUE value IS 108 (42.58% from 255) = 43.37%
R=1.20%
G=55.42%
B=43.37%

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
Decimal31381080.9800.220.46166.6795.7427.65
Hex38A6C620162Ea7601c
Octal32121541420265624714034
Binary11100010101101100110001001011010111010100111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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