#03947C

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

Shades of Observatory #03947C

Tints of Observatory #03947C

Color information

#03947C (or 0x03947C) is unknown color: approx Observatory. HEX triplet: 03, 94 and 7C. RGB value is (3,148,124). Sum of RGB (Red+Green+Blue) = 3+148+124=275 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 275); Green value is 148 (58.20% from 255 or 53.82% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 148 - color contains mainly: green. Hex color #03947C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03947C is #FC6B83. Grayscale: #656565. Windows color (decimal): -16542596 or 8164355. OLE color: 8164355.

HSL color Cylindrical-coordinate representation of color #03947C: hue angle of 170.07º 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 #03947C is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB3148124-
CMYK0.9800.160.42
HSL170.07º96.03%29.61%-
HSV(B)170.07º97.97%58.04%-
XYZ14.2722.6522.69-
YUV101.91140.4657.45-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.09%
GREEN value IS 148 (58.20% from 255) = 53.82%
BLUE value IS 124 (48.83% from 255) = 45.09%
R=1.09%
G=53.82%
B=45.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31481240.9800.160.42170.0796.0329.61
Hex3947C620102Aaa601e
Octal32241741420205225214036
Binary11100101001111100110001001000010101010101010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03947C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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