Html Css Color HEX #035844 Watercourse

📋 copy color: '#035844'

red 3 ◦ green 88 ◦ blue 68

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

Shades of Watercourse #035844

Tints of Watercourse #035844

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 value IS 0.97

 M value IS 0

 Y value IS 0.23

 K value IS 0.65

RGB Variations

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

Color information

#035844 (or 0x035844) is known color: 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

RGB 3 88 68 -
CMYK 0.97 0 0.23 0.65
HSL 165.88º 0.93% 0.18% -
HSV(B) 165.88º 0.97% 0.35% -
XYZ 4.57 7.42 6.66 -
YUV 60.31 132.34 87.13 -
System Red Green Blue C M Y K H S L
Decimal 3 88 68 0.97 0 0.23 0.65 165.88 0.93 0.18
Hex 3 58 44 61 0 17 41 A6 5D 12
Octal 3 130 104 141 0 27 101 246 135 22
Binary 11 1011000 1000100 1100001 0 10111 1000001 10100110 1011101 10010

Color Harmonies of #035844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035844

Black with #035844

Text Example


Text Example

White with #035844

Text Example


Text Example

HTML Codes & Css Web 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>