Html Css Color HEX #03684A Watercourse

📋 copy color: '#03684A'

red 3 ◦ green 104 ◦ blue 74

#03684A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #03684A

Tints of Watercourse #03684A

RGB

 RED value IS 3 (1.56% from 255) = 1.66%

 GREEN value IS 104 (41.02% from 255) = 57.46%

 BLUE value IS 74 (29.3% from 255) = 40.88%

R = 1.66%
G = 57.46%
B = 40.88%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#03684A (or 0x03684A) is known color: Watercourse. HEX triplet: 03, 68 and 4A. RGB value is (3,104,74). Sum of RGB (Red+Green+Blue) = 3+104+74=181 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.66% from 181); Green value is 104 (41.02% from 255 or 57.46% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 104 - color contains mainly: green. Hex color #03684A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03684A is #FC97B5. Grayscale: #464646. Windows color (decimal): -16553910 or 4876291. OLE color: 4876291.

HSL color Cylindrical-coordinate representation of color #03684A: hue angle of 162.18º 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 #03684A is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 104 74 -
CMYK 0.97 0 0.29 0.59
HSL 162.18º 0.94% 0.21% -
HSV(B) 162.18º 0.97% 0.41% -
XYZ 6.22 10.41 8.16 -
YUV 70.38 130.04 79.94 -
System Red Green Blue C M Y K H S L
Decimal 3 104 74 0.97 0 0.29 0.59 162.18 0.94 0.21
Hex 3 68 4A 61 0 1D 3B A2 5E 15
Octal 3 150 112 141 0 35 73 242 136 25
Binary 11 1101000 1001010 1100001 0 11101 111011 10100010 1011110 10101

Color Harmonies of #03684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03684A

Black with #03684A

Text Example


Text Example

White with #03684A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03684A;
 }
 .AnyTagClassName
 {
   color: #03684A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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