Html Css Color HEX #295B50 Evening Sea

📋 copy color: '#295B50'

red 41 ◦ green 91 ◦ blue 80

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

Shades of Evening Sea #295B50

Tints of Evening Sea #295B50

RGB

 RED value IS 41 (16.41% from 255) = 19.34%

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

 BLUE value IS 80 (31.64% from 255) = 37.74%

R = 19.34%
G = 42.92%
B = 37.74%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.64

RGB Variations

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

Color information

#295B50 (or 0x295B50) is known color: Evening Sea. HEX triplet: 29, 5B and 50. RGB value is (41,91,80). Sum of RGB (Red+Green+Blue) = 41+91+80=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 91 (35.94% from 255 or 42.92% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 91 - color contains mainly: green. Hex color #295B50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295B50 is #D6A4AF. Grayscale: #4A4A4A. Windows color (decimal): -14066864 or 5266217. OLE color: 5266217.

HSL color Cylindrical-coordinate representation of color #295B50: hue angle of 166.8º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #295B50 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 91 80 -
CMYK 0.55 0 0.12 0.64
HSL 166.8º 0.38% 0.26% -
HSV(B) 166.8º 0.55% 0.36% -
XYZ 6.1 8.53 8.91 -
YUV 74.8 130.94 103.89 -
System Red Green Blue C M Y K H S L
Decimal 41 91 80 0.55 0 0.12 0.64 166.8 0.38 0.26
Hex 29 5B 50 37 0 C 40 A7 26 1A
Octal 51 133 120 67 0 14 100 247 46 32
Binary 101001 1011011 1010000 110111 0 1100 1000000 10100111 100110 11010

Color Harmonies of #295B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295B50

Black with #295B50

Text Example


Text Example

White with #295B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295B50; }

 p { color: rgb(41,91,80); }

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

background-color css

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

 a { background-color: rgb(41,91,80); }

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

border-color css

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

 span { border-color: rgb(41,91,80); }

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