Html Css Color HEX #215E4D Evening Sea

📋 copy color: '#215E4D'

red 33 ◦ green 94 ◦ blue 77

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

Shades of Evening Sea #215E4D

Tints of Evening Sea #215E4D

RGB

 RED value IS 33 (13.28% from 255) = 16.18%

 GREEN value IS 94 (37.11% from 255) = 46.08%

 BLUE value IS 77 (30.47% from 255) = 37.75%

R = 16.18%
G = 46.08%
B = 37.75%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.63

RGB Variations

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

Color information

#215E4D (or 0x215E4D) is known color: Evening Sea. HEX triplet: 21, 5E and 4D. RGB value is (33,94,77). Sum of RGB (Red+Green+Blue) = 33+94+77=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 94 (37.11% from 255 or 46.08% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 94 - color contains mainly: green. Hex color #215E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215E4D is #DEA1B2. Grayscale: #494949. Windows color (decimal): -14590387 or 5070369. OLE color: 5070369.

HSL color Cylindrical-coordinate representation of color #215E4D: hue angle of 163.28º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #215E4D is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.

Color convert

RGB 33 94 77 -
CMYK 0.65 0 0.18 0.63
HSL 163.28º 0.48% 0.25% -
HSV(B) 163.28º 0.65% 0.37% -
XYZ 5.97 8.86 8.42 -
YUV 73.82 129.79 98.88 -
System Red Green Blue C M Y K H S L
Decimal 33 94 77 0.65 0 0.18 0.63 163.28 0.48 0.25
Hex 21 5E 4D 41 0 12 3F A3 30 19
Octal 41 136 115 101 0 22 77 243 60 31
Binary 100001 1011110 1001101 1000001 0 10010 111111 10100011 110000 11001

Color Harmonies of #215E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215E4D

Black with #215E4D

Text Example


Text Example

White with #215E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215E4D; }

 p { color: rgb(33,94,77); }

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

background-color css

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

 a { background-color: rgb(33,94,77); }

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

border-color css

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

 span { border-color: rgb(33,94,77); }

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