#03947A

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

Shades of Observatory #03947A

Tints of Observatory #03947A

Color information

#03947A (or 0x03947A) is unknown color: approx Observatory. HEX triplet: 03, 94 and 7A. RGB value is (3,148,122). Sum of RGB (Red+Green+Blue) = 3+148+122=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #03947A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03947A is #FC6B85. Grayscale: #656565. Windows color (decimal): -16542598 or 8033283. OLE color: 8033283.

HSL color Cylindrical-coordinate representation of color #03947A: hue angle of 169.24º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03947A is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB3148122-
CMYK0.9800.180.42
HSL169.24º96.03%29.61%-
HSV(B)169.24º97.97%58.04%-
XYZ14.1422.622.03-
YUV101.68139.4657.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.10%
GREEN value IS 148 (58.20% from 255) = 54.21%
BLUE value IS 122 (48.05% from 255) = 44.69%
R=1.10%
G=54.21%
B=44.69%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31481220.9800.180.42169.2496.0329.61
Hex3947A620122Aa9601e
Octal32241721420225225114036
Binary11100101001111010110001001001010101010101001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03947A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03947A; }

 p { color: rgb(3,148,122); }

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

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

 a { background-color: rgb(3,148,122); }

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

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

 span { border-color: rgb(3,148,122); }

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