#03927E

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

Shades of Observatory #03927E

Tints of Observatory #03927E

Color information

#03927E (or 0x03927E) is unknown color: approx Observatory. HEX triplet: 03, 92 and 7E. RGB value is (3,146,126). Sum of RGB (Red+Green+Blue) = 3+146+126=275 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 275); Green value is 146 (57.42% from 255 or 53.09% from 275); Blue value is 126 (49.61% from 255 or 45.82% from 275); Max value from RGB is 146 - color contains mainly: green. Hex color #03927E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03927E is #FC6D81. Grayscale: #646464. Windows color (decimal): -16543106 or 8294915. OLE color: 8294915.

HSL color Cylindrical-coordinate representation of color #03927E: hue angle of 171.61º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03927E is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB3146126-
CMYK0.9800.140.43
HSL171.61º95.97%29.22%-
HSV(B)171.61º97.95%57.25%-
XYZ14.0822.0823.26-
YUV100.96142.1258.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.09%
GREEN value IS 146 (57.42% from 255) = 53.09%
BLUE value IS 126 (49.61% from 255) = 45.82%
R=1.09%
G=53.09%
B=45.82%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal31461260.9800.140.43171.6195.9729.22
Hex3927E620E2Bac601d
Octal32221761420165325414035
Binary1110010010111111011000100111010101110101100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03927E; }

 p { color: rgb(3,146,126); }

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

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

 a { background-color: rgb(3,146,126); }

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

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

 span { border-color: rgb(3,146,126); }

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