Html Css Color HEX #285449 Evening Sea

📋 copy color: '#285449'

red 40 ◦ green 84 ◦ blue 73

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

Shades of Evening Sea #285449

Tints of Evening Sea #285449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.64%

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

R = 20.3%
G = 42.64%
B = 37.06%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#285449 (or 0x285449) is known color: Evening Sea. HEX triplet: 28, 54 and 49. RGB value is (40,84,73). Sum of RGB (Red+Green+Blue) = 40+84+73=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 84 - color contains mainly: green. Hex color #285449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285449 is #D7ABB6. Grayscale: #454545. Windows color (decimal): -14134199 or 4805672. OLE color: 4805672.

HSL color Cylindrical-coordinate representation of color #285449: hue angle of 165º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #285449 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 40 84 73 -
CMYK 0.52 0 0.13 0.67
HSL 165º 0.35% 0.24% -
HSV(B) 165º 0.52% 0.33% -
XYZ 5.25 7.27 7.43 -
YUV 69.59 129.92 106.89 -
System Red Green Blue C M Y K H S L
Decimal 40 84 73 0.52 0 0.13 0.67 165 0.35 0.24
Hex 28 54 49 34 0 D 43 A5 23 18
Octal 50 124 111 64 0 15 103 245 43 30
Binary 101000 1010100 1001001 110100 0 1101 1000011 10100101 100011 11000

Color Harmonies of #285449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285449

Black with #285449

Text Example


Text Example

White with #285449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285449; }

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

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

background-color css

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

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

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

border-color css

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

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

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