Html Css Color HEX #2C604E Evening Sea

📋 copy color: '#2C604E'

red 44 ◦ green 96 ◦ blue 78

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

Shades of Evening Sea #2C604E

Tints of Evening Sea #2C604E

RGB

 RED value IS 44 (17.58% from 255) = 20.18%

 GREEN value IS 96 (37.89% from 255) = 44.04%

 BLUE value IS 78 (30.86% from 255) = 35.78%

R = 20.18%
G = 44.04%
B = 35.78%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#2C604E (or 0x2C604E) is known color: Evening Sea. HEX triplet: 2C, 60 and 4E. RGB value is (44,96,78). Sum of RGB (Red+Green+Blue) = 44+96+78=218 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.18% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #2C604E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C604E is #D39FB1. Grayscale: #4E4E4E. Windows color (decimal): -13868978 or 5136428. OLE color: 5136428.

HSL color Cylindrical-coordinate representation of color #2C604E: hue angle of 159.23º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2C604E is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 44 96 78 -
CMYK 0.54 0 0.19 0.62
HSL 159.23º 0.37% 0.27% -
HSV(B) 159.23º 0.54% 0.38% -
XYZ 6.6 9.45 8.68 -
YUV 78.4 127.77 103.46 -
System Red Green Blue C M Y K H S L
Decimal 44 96 78 0.54 0 0.19 0.62 159.23 0.37 0.27
Hex 2C 60 4E 36 0 13 3E 9F 25 1B
Octal 54 140 116 66 0 23 76 237 45 33
Binary 101100 1100000 1001110 110110 0 10011 111110 10011111 100101 11011

Color Harmonies of #2C604E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C604E

Black with #2C604E

Text Example


Text Example

White with #2C604E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2C604E;
 }
 .AnyTagClassName
 {
   color: #2C604E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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