Html Css Color HEX #285649 Evening Sea

📋 copy color: '#285649'

red 40 ◦ green 86 ◦ blue 73

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

Shades of Evening Sea #285649

Tints of Evening Sea #285649

RGB

 RED value IS 40 (16.02% from 255) = 20.1%

 GREEN value IS 86 (33.98% from 255) = 43.22%

 BLUE value IS 73 (28.91% from 255) = 36.68%

R = 20.1%
G = 43.22%
B = 36.68%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#285649 (or 0x285649) is known color: Evening Sea. HEX triplet: 28, 56 and 49. RGB value is (40,86,73). Sum of RGB (Red+Green+Blue) = 40+86+73=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 86 (33.98% from 255 or 43.22% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 86 - color contains mainly: green. Hex color #285649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285649 is #D7A9B6. Grayscale: #464646. Windows color (decimal): -14133687 or 4806184. OLE color: 4806184.

HSL color Cylindrical-coordinate representation of color #285649: hue angle of 163.04º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #285649 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB 40 86 73 -
CMYK 0.53 0 0.15 0.66
HSL 163.04º 0.37% 0.25% -
HSV(B) 163.04º 0.53% 0.34% -
XYZ 5.41 7.59 7.48 -
YUV 70.76 129.26 106.06 -
System Red Green Blue C M Y K H S L
Decimal 40 86 73 0.53 0 0.15 0.66 163.04 0.37 0.25
Hex 28 56 49 35 0 F 42 A3 25 19
Octal 50 126 111 65 0 17 102 243 45 31
Binary 101000 1010110 1001001 110101 0 1111 1000010 10100011 100101 11001

Color Harmonies of #285649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285649

Black with #285649

Text Example


Text Example

White with #285649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285649; }

 p { color: rgb(40,86,73); }

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

background-color css

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

 a { background-color: rgb(40,86,73); }

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

border-color css

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

 span { border-color: rgb(40,86,73); }

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