#2C634E

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

Shades of Evening Sea #2C634E

Tints of Evening Sea #2C634E

Color information

#2C634E (or 0x2C634E) is unknown color: approx Evening Sea. HEX triplet: 2C, 63 and 4E. RGB value is (44,99,78). Sum of RGB (Red+Green+Blue) = 44+99+78=221 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.91% from 221); Green value is 99 (39.06% from 255 or 44.80% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 99 - color contains mainly: green. Hex color #2C634E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C634E is #D39CB1. Grayscale: #505050. Windows color (decimal): -13868210 or 5137196. OLE color: 5137196.

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

Color convert

RGB449978-
CMYK0.5600.210.61
HSL157.09º38.46%28.04%-
HSV(B)157.09º55.56%38.82%-
XYZ6.8810.018.78-
YUV80.16126.78102.21-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.91%
GREEN value IS 99 (39.06% from 255) = 44.80%
BLUE value IS 78 (30.86% from 255) = 35.29%
R=19.91%
G=44.80%
B=35.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4499780.5600.210.61157.0938.4628.04
Hex2C634E380153D9d261c
Octal5414311670025752354634
Binary101100110001110011101110000101011111011001110110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C634E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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