Html Css Color HEX #205448 Evening Sea

📋 copy color: '#205448'

red 32 ◦ green 84 ◦ blue 72

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

Shades of Evening Sea #205448

Tints of Evening Sea #205448

RGB

 RED value IS 32 (12.89% from 255) = 17.02%

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

 BLUE value IS 72 (28.52% from 255) = 38.3%

R = 17.02%
G = 44.68%
B = 38.3%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#205448 (or 0x205448) is known color: Evening Sea. HEX triplet: 20, 54 and 48. RGB value is (32,84,72). Sum of RGB (Red+Green+Blue) = 32+84+72=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 72 (28.52% from 255 or 38.30% from 188); Max value from RGB is 84 - color contains mainly: green. Hex color #205448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205448 is #DFABB7. Grayscale: #434343. Windows color (decimal): -14658488 or 4740128. OLE color: 4740128.

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

Color convert

RGB 32 84 72 -
CMYK 0.62 0 0.14 0.67
HSL 166.15º 0.45% 0.23% -
HSV(B) 166.15º 0.62% 0.33% -
XYZ 4.94 7.12 7.24 -
YUV 67.08 130.77 102.98 -
System Red Green Blue C M Y K H S L
Decimal 32 84 72 0.62 0 0.14 0.67 166.15 0.45 0.23
Hex 20 54 48 3E 0 E 43 A6 2D 17
Octal 40 124 110 76 0 16 103 246 55 27
Binary 100000 1010100 1001000 111110 0 1110 1000011 10100110 101101 10111

Color Harmonies of #205448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205448

Black with #205448

Text Example


Text Example

White with #205448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205448; }

 p { color: rgb(32,84,72); }

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

background-color css

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

 a { background-color: rgb(32,84,72); }

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

border-color css

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

 span { border-color: rgb(32,84,72); }

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