#038A78

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

Shades of Observatory #038A78

Tints of Observatory #038A78

Color information

#038A78 (or 0x038A78) is unknown color: approx Observatory. HEX triplet: 03, 8A and 78. RGB value is (3,138,120). Sum of RGB (Red+Green+Blue) = 3+138+120=261 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 261); Green value is 138 (54.30% from 255 or 52.87% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 138 - color contains mainly: green. Hex color #038A78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038A78 is #FC7587. Grayscale: #5F5F5F. Windows color (decimal): -16545160 or 7899651. OLE color: 7899651.

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

Color convert

RGB3138120-
CMYK0.9800.130.46
HSL172º95.74%27.65%-
HSV(B)172º97.83%54.12%-
XYZ12.5219.5520.88-
YUV95.58141.7761.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.15%
GREEN value IS 138 (54.30% from 255) = 52.87%
BLUE value IS 120 (47.27% from 255) = 45.98%
R=1.15%
G=52.87%
B=45.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal31381200.9800.130.4617295.7427.65
Hex38A78620D2Eac601c
Octal32121701420155625414034
Binary1110001010111100011000100110110111010101100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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