#035844

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

Shades of Watercourse #035844

Tints of Watercourse #035844

Color information

#035844 (or 0x035844) is unknown color: approx Watercourse. HEX triplet: 03, 58 and 44. RGB value is (3,88,68). Sum of RGB (Red+Green+Blue) = 3+88+68=159 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.89% from 159); Green value is 88 (34.77% from 255 or 55.35% from 159); Blue value is 68 (26.95% from 255 or 42.77% from 159); Max value from RGB is 88 - color contains mainly: green. Hex color #035844 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035844 is #FCA7BB. Grayscale: #3C3C3C. Windows color (decimal): -16558012 or 4478979. OLE color: 4478979.

HSL color Cylindrical-coordinate representation of color #035844: hue angle of 165.88º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035844 is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.

Color convert

RGB38868-
CMYK0.9700.230.65
HSL165.88º93.41%17.84%-
HSV(B)165.88º96.59%34.51%-
XYZ4.577.426.66-
YUV60.3132.3487.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.89%
GREEN value IS 88 (34.77% from 255) = 55.35%
BLUE value IS 68 (26.95% from 255) = 42.77%
R=1.89%
G=55.35%
B=42.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal388680.9700.230.65165.8893.4117.84
Hex358446101741a65d12
Octal313010414102710124613522
Binary11101100010001001100001010111100000110100110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035844; }

 p { color: rgb(3,88,68); }

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

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

 a { background-color: rgb(3,88,68); }

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

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

 span { border-color: rgb(3,88,68); }

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