#2D634E

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

Shades of Evening Sea #2D634E

Tints of Evening Sea #2D634E

Color information

#2D634E (or 0x2D634E) is unknown color: approx Evening Sea. HEX triplet: 2D, 63 and 4E. RGB value is (45,99,78). Sum of RGB (Red+Green+Blue) = 45+99+78=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 99 - color contains mainly: green. Hex color #2D634E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D634E is #D29CB1. Grayscale: #505050. Windows color (decimal): -13802674 or 5137197. OLE color: 5137197.

HSL color Cylindrical-coordinate representation of color #2D634E: hue angle of 156.67º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D634E is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB459978-
CMYK0.5500.210.61
HSL156.67º37.5%28.24%-
HSV(B)156.67º54.55%38.82%-
XYZ6.9210.038.78-
YUV80.46126.61102.71-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.27%
GREEN value IS 99 (39.06% from 255) = 44.59%
BLUE value IS 78 (30.86% from 255) = 35.14%
R=20.27%
G=44.59%
B=35.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4599780.5500.210.61156.6737.528.24
Hex2D634E370153D9d261c
Octal5514311667025752354634
Binary101101110001110011101101110101011111011001110110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D634E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D634E; }

 p { color: rgb(45,99,78); }

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

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

 a { background-color: rgb(45,99,78); }

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

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

 span { border-color: rgb(45,99,78); }

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