#038470

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

Shades of Observatory #038470

Tints of Observatory #038470

Color information

#038470 (or 0x038470) is unknown color: approx Observatory. HEX triplet: 03, 84 and 70. RGB value is (3,132,112). Sum of RGB (Red+Green+Blue) = 3+132+112=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 132 (51.95% from 255 or 53.44% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 132 - color contains mainly: green. Hex color #038470 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038470 is #FC7B8F. Grayscale: #5B5B5B. Windows color (decimal): -16546704 or 7373827. OLE color: 7373827.

HSL color Cylindrical-coordinate representation of color #038470: hue angle of 170.7º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038470 is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB3132112-
CMYK0.9800.150.48
HSL170.7º95.56%26.47%-
HSV(B)170.7º97.73%51.76%-
XYZ11.2117.6918.15-
YUV91.15139.7665.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.21%
GREEN value IS 132 (51.95% from 255) = 53.44%
BLUE value IS 112 (44.14% from 255) = 45.34%
R=1.21%
G=53.44%
B=45.34%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31321120.9800.150.48170.795.5626.47
Hex38470620F30ab601a
Octal32041601420176025314032
Binary1110000100111000011000100111111000010101011110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038470; }

 p { color: rgb(3,132,112); }

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

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

 a { background-color: rgb(3,132,112); }

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

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

 span { border-color: rgb(3,132,112); }

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