Html Css Color HEX #295A4C Evening Sea

📋 copy color: '#295A4C'

red 41 ◦ green 90 ◦ blue 76

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

Shades of Evening Sea #295A4C

Tints of Evening Sea #295A4C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.48%

 BLUE value IS 76 (30.08% from 255) = 36.71%

R = 19.81%
G = 43.48%
B = 36.71%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#295A4C (or 0x295A4C) is known color: Evening Sea. HEX triplet: 29, 5A and 4C. RGB value is (41,90,76). Sum of RGB (Red+Green+Blue) = 41+90+76=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 90 - color contains mainly: green. Hex color #295A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295A4C is #D6A5B3. Grayscale: #494949. Windows color (decimal): -14067124 or 5003817. OLE color: 5003817.

HSL color Cylindrical-coordinate representation of color #295A4C: hue angle of 162.86º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #295A4C is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 90 76 -
CMYK 0.54 0 0.16 0.65
HSL 162.86º 0.37% 0.26% -
HSV(B) 162.86º 0.54% 0.35% -
XYZ 5.88 8.31 8.13 -
YUV 73.75 129.27 104.64 -
System Red Green Blue C M Y K H S L
Decimal 41 90 76 0.54 0 0.16 0.65 162.86 0.37 0.26
Hex 29 5A 4C 36 0 10 41 A3 25 1A
Octal 51 132 114 66 0 20 101 243 45 32
Binary 101001 1011010 1001100 110110 0 10000 1000001 10100011 100101 11010

Color Harmonies of #295A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295A4C

Black with #295A4C

Text Example


Text Example

White with #295A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,90,76); }

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

background-color css

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

 a { background-color: rgb(41,90,76); }

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

border-color css

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

 span { border-color: rgb(41,90,76); }

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