Html Css Color HEX #03664E Watercourse

📋 copy color: '#03664E'

red 3 ◦ green 102 ◦ blue 78

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

Shades of Watercourse #03664E

Tints of Watercourse #03664E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 55.74%

 BLUE value IS 78 (30.86% from 255) = 42.62%

R = 1.64%
G = 55.74%
B = 42.62%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.24

 K value IS 0.6

RGB Variations

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

Color information

#03664E (or 0x03664E) is known color: Watercourse. HEX triplet: 03, 66 and 4E. RGB value is (3,102,78). Sum of RGB (Red+Green+Blue) = 3+102+78=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 102 (40.23% from 255 or 55.74% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 102 - color contains mainly: green. Hex color #03664E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03664E is #FC99B1. Grayscale: #454545. Windows color (decimal): -16554418 or 5137923. OLE color: 5137923.

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

Color convert

RGB 3 102 78 -
CMYK 0.97 0 0.24 0.6
HSL 165.45º 0.94% 0.21% -
HSV(B) 165.45º 0.97% 0.4% -
XYZ 6.16 10.07 8.83 -
YUV 69.66 132.7 80.45 -
System Red Green Blue C M Y K H S L
Decimal 3 102 78 0.97 0 0.24 0.6 165.45 0.94 0.21
Hex 3 66 4E 61 0 18 3C A5 5E 15
Octal 3 146 116 141 0 30 74 245 136 25
Binary 11 1100110 1001110 1100001 0 11000 111100 10100101 1011110 10101

Color Harmonies of #03664E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03664E

Black with #03664E

Text Example


Text Example

White with #03664E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,102,78); }

 H1.HeaderClassName
 {
   color: #03664E;
 }
 .AnyTagClassName
 {
   color: #03664E;
 }
</style>

background-color css

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

 a { background-color: rgb(3,102,78); }

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

border-color css

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

 span { border-color: rgb(3,102,78); }

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