#235D4E

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

Shades of Evening Sea #235D4E

Tints of Evening Sea #235D4E

Color information

#235D4E (or 0x235D4E) is unknown color: approx Evening Sea. HEX triplet: 23, 5D and 4E. RGB value is (35,93,78). Sum of RGB (Red+Green+Blue) = 35+93+78=206 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.99% from 206); Green value is 93 (36.72% from 255 or 45.15% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 93 - color contains mainly: green. Hex color #235D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235D4E is #DCA2B1. Grayscale: #494949. Windows color (decimal): -14459570 or 5135651. OLE color: 5135651.

HSL color Cylindrical-coordinate representation of color #235D4E: hue angle of 164.48º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #235D4E is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.

Color convert

RGB359378-
CMYK0.6200.160.64
HSL164.48º45.31%25.1%-
HSV(B)164.48º62.37%36.47%-
XYZ5.988.748.58-
YUV73.95130.28100.22-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.99%
GREEN value IS 93 (36.72% from 255) = 45.15%
BLUE value IS 78 (30.86% from 255) = 37.86%
R=16.99%
G=45.15%
B=37.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3593780.6200.160.64164.4845.3125.1
Hex235D4E3E01040a42d19
Octal43135116760201002445531
Binary1000111011101100111011111001000010000001010010010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235D4E; }

 p { color: rgb(35,93,78); }

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

<style>
 a { background-color: #235D4E; }

 a { background-color: rgb(35,93,78); }

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

<style>
 span { border-color: #235D4E; }

 span { border-color: rgb(35,93,78); }

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