#03684F

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

Shades of Watercourse #03684F

Tints of Watercourse #03684F

Color information

#03684F (or 0x03684F) is unknown color: approx Watercourse. HEX triplet: 03, 68 and 4F. RGB value is (3,104,79). Sum of RGB (Red+Green+Blue) = 3+104+79=186 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.61% from 186); Green value is 104 (41.02% from 255 or 55.91% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 104 - color contains mainly: green. Hex color #03684F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03684F is #FC97B0. Grayscale: #464646. Windows color (decimal): -16553905 or 5203971. OLE color: 5203971.

HSL color Cylindrical-coordinate representation of color #03684F: hue angle of 165.15º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03684F is Cyan = 0.97, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB310479-
CMYK0.9700.240.59
HSL165.15º94.39%20.98%-
HSV(B)165.15º97.12%40.78%-
XYZ6.410.489.08-
YUV70.95132.5479.53-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.61%
GREEN value IS 104 (41.02% from 255) = 55.91%
BLUE value IS 79 (31.25% from 255) = 42.47%
R=1.61%
G=55.91%
B=42.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3104790.9700.240.59165.1594.3920.98
Hex3684F610183Ba55e15
Octal31501171410307324513625
Binary1111010001001111110000101100011101110100101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03684F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03684F; }

 p { color: rgb(3,104,79); }

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

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

 a { background-color: rgb(3,104,79); }

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

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

 span { border-color: rgb(3,104,79); }

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