#235C4D

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

Shades of Evening Sea #235C4D

Tints of Evening Sea #235C4D

Color information

#235C4D (or 0x235C4D) is unknown color: approx Evening Sea. HEX triplet: 23, 5C and 4D. RGB value is (35,92,77). Sum of RGB (Red+Green+Blue) = 35+92+77=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 92 (36.33% from 255 or 45.10% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 92 - color contains mainly: green. Hex color #235C4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235C4D is #DCA3B2. Grayscale: #494949. Windows color (decimal): -14459827 or 5069859. OLE color: 5069859.

HSL color Cylindrical-coordinate representation of color #235C4D: hue angle of 164.21º 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 #235C4D is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.

Color convert

RGB359277-
CMYK0.6200.160.64
HSL164.21º44.88%24.9%-
HSV(B)164.21º61.96%36.08%-
XYZ5.868.558.36-
YUV73.25130.12100.72-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.16%
GREEN value IS 92 (36.33% from 255) = 45.10%
BLUE value IS 77 (30.47% from 255) = 37.75%
R=17.16%
G=45.10%
B=37.75%

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
Decimal3592770.6200.160.64164.2144.8824.9
Hex235C4D3E01040a42d19
Octal43134115760201002445531
Binary1000111011100100110111111001000010000001010010010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,92,77); }

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

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

 a { background-color: rgb(35,92,77); }

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

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

 span { border-color: rgb(35,92,77); }

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