#236C50

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

Shades of Evening Sea #236C50

Tints of Evening Sea #236C50

Color information

#236C50 (or 0x236C50) is unknown color: approx Evening Sea. HEX triplet: 23, 6C and 50. RGB value is (35,108,80). Sum of RGB (Red+Green+Blue) = 35+108+80=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 108 (42.58% from 255 or 48.43% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 108 - color contains mainly: green. Hex color #236C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236C50 is #DC93AF. Grayscale: #535353. Windows color (decimal): -14455728 or 5270563. OLE color: 5270563.

HSL color Cylindrical-coordinate representation of color #236C50: hue angle of 156.99º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #236C50 is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB3510880-
CMYK0.6800.260.58
HSL156.99º51.05%28.04%-
HSV(B)156.99º67.59%42.35%-
XYZ7.511.669.44-
YUV82.98126.3293.78-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.70%
GREEN value IS 108 (42.58% from 255) = 48.43%
BLUE value IS 80 (31.64% from 255) = 35.87%
R=15.70%
G=48.43%
B=35.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35108800.6800.260.58156.9951.0528.04
Hex236C504401A3A9d331c
Octal43154120104032722356334
Binary1000111101100101000010001000110101110101001110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236C50; }

 p { color: rgb(35,108,80); }

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

<style>
 a { background-color: #236C50; }

 a { background-color: rgb(35,108,80); }

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

<style>
 span { border-color: #236C50; }

 span { border-color: rgb(35,108,80); }

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