#295B4B

Color #295B4B Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #295B4B

Tints of Evening Sea #295B4B

Color information

#295B4B (or 0x295B4B) is unknown color: approx Evening Sea. HEX triplet: 29, 5B and 4B. RGB value is (41,91,75). Sum of RGB (Red+Green+Blue) = 41+91+75=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 91 (35.94% from 255 or 43.96% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 91 - color contains mainly: green. Hex color #295B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295B4B is #D6A4B4. Grayscale: #4A4A4A. Windows color (decimal): -14066869 or 4938537. OLE color: 4938537.

HSL color Cylindrical-coordinate representation of color #295B4B: hue angle of 160.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 #295B4B is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB419175-
CMYK0.5500.180.64
HSL160.8º37.88%25.88%-
HSV(B)160.8º54.95%35.69%-
XYZ5.938.467.98-
YUV74.23128.44104.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.81%
GREEN value IS 91 (35.94% from 255) = 43.96%
BLUE value IS 75 (29.69% from 255) = 36.23%
R=19.81%
G=43.96%
B=36.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4191750.5500.180.64160.837.8825.88
Hex295B4B3701240a1261a
Octal51133113670221002414632
Binary1010011011011100101111011101001010000001010000110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #295B4B;
 }
 .AnyTagClassName
 {
   color: #295B4B;
 }
</style>
background-color css

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

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

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

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

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

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