Html Css Color HEX #215449 Evening Sea

📋 copy color: '#215449'

red 33 ◦ green 84 ◦ blue 73

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

Shades of Evening Sea #215449

Tints of Evening Sea #215449

RGB

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

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

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

R = 17.37%
G = 44.21%
B = 38.42%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#215449 (or 0x215449) is known color: Evening Sea. HEX triplet: 21, 54 and 49. RGB value is (33,84,73). Sum of RGB (Red+Green+Blue) = 33+84+73=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 73 (28.91% from 255 or 38.42% from 190); Max value from RGB is 84 - color contains mainly: green. Hex color #215449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215449 is #DEABB6. Grayscale: #434343. Windows color (decimal): -14592951 or 4805665. OLE color: 4805665.

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

Color convert

RGB 33 84 73 -
CMYK 0.61 0 0.13 0.67
HSL 167.06º 0.44% 0.23% -
HSV(B) 167.06º 0.61% 0.33% -
XYZ 5 7.15 7.42 -
YUV 67.5 131.1 103.39 -
System Red Green Blue C M Y K H S L
Decimal 33 84 73 0.61 0 0.13 0.67 167.06 0.44 0.23
Hex 21 54 49 3D 0 D 43 A7 2C 17
Octal 41 124 111 75 0 15 103 247 54 27
Binary 100001 1010100 1001001 111101 0 1101 1000011 10100111 101100 10111

Color Harmonies of #215449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215449

Black with #215449

Text Example


Text Example

White with #215449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215449; }

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

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

background-color css

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

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

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

border-color css

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

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

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