Html Css Color HEX #285B4E Evening Sea

📋 copy color: '#285B4E'

red 40 ◦ green 91 ◦ blue 78

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

Shades of Evening Sea #285B4E

Tints of Evening Sea #285B4E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 43.54%

 BLUE value IS 78 (30.86% from 255) = 37.32%

R = 19.14%
G = 43.54%
B = 37.32%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.14

 K value IS 0.64

RGB Variations

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

Color information

#285B4E (or 0x285B4E) is known color: Evening Sea. HEX triplet: 28, 5B and 4E. RGB value is (40,91,78). Sum of RGB (Red+Green+Blue) = 40+91+78=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 91 (35.94% from 255 or 43.54% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 91 - color contains mainly: green. Hex color #285B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285B4E is #D7A4B1. Grayscale: #4A4A4A. Windows color (decimal): -14132402 or 5135144. OLE color: 5135144.

HSL color Cylindrical-coordinate representation of color #285B4E: hue angle of 164.71º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #285B4E is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 91 78 -
CMYK 0.56 0 0.14 0.64
HSL 164.71º 0.39% 0.26% -
HSV(B) 164.71º 0.56% 0.36% -
XYZ 5.99 8.48 8.53 -
YUV 74.27 130.1 103.56 -
System Red Green Blue C M Y K H S L
Decimal 40 91 78 0.56 0 0.14 0.64 164.71 0.39 0.26
Hex 28 5B 4E 38 0 E 40 A5 27 1A
Octal 50 133 116 70 0 16 100 245 47 32
Binary 101000 1011011 1001110 111000 0 1110 1000000 10100101 100111 11010

Color Harmonies of #285B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285B4E

Black with #285B4E

Text Example


Text Example

White with #285B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285B4E; }

 p { color: rgb(40,91,78); }

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

background-color css

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

 a { background-color: rgb(40,91,78); }

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

border-color css

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

 span { border-color: rgb(40,91,78); }

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