Html Css Color HEX #035742 Watercourse

📋 copy color: '#035742'

red 3 ◦ green 87 ◦ blue 66

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

Shades of Watercourse #035742

Tints of Watercourse #035742

RGB

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

 GREEN value IS 87 (34.38% from 255) = 55.77%

 BLUE value IS 66 (26.17% from 255) = 42.31%

R = 1.92%
G = 55.77%
B = 42.31%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#035742 (or 0x035742) is known color: Watercourse. HEX triplet: 03, 57 and 42. RGB value is (3,87,66). Sum of RGB (Red+Green+Blue) = 3+87+66=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 87 (34.38% from 255 or 55.77% from 156); Blue value is 66 (26.17% from 255 or 42.31% from 156); Max value from RGB is 87 - color contains mainly: green. Hex color #035742 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035742 is #FCA8BD. Grayscale: #3B3B3B. Windows color (decimal): -16558270 or 4347651. OLE color: 4347651.

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

Color convert

RGB 3 87 66 -
CMYK 0.97 0 0.24 0.66
HSL 165º 0.93% 0.18% -
HSV(B) 165º 0.97% 0.34% -
XYZ 4.43 7.23 6.32 -
YUV 59.49 131.67 87.71 -
System Red Green Blue C M Y K H S L
Decimal 3 87 66 0.97 0 0.24 0.66 165 0.93 0.18
Hex 3 57 42 61 0 18 42 A5 5D 12
Octal 3 127 102 141 0 30 102 245 135 22
Binary 11 1010111 1000010 1100001 0 11000 1000010 10100101 1011101 10010

Color Harmonies of #035742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035742

Black with #035742

Text Example


Text Example

White with #035742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035742; }

 p { color: rgb(3,87,66); }

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

background-color css

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

 a { background-color: rgb(3,87,66); }

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

border-color css

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

 span { border-color: rgb(3,87,66); }

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