#235B4E

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

Shades of Evening Sea #235B4E

Tints of Evening Sea #235B4E

Color information

#235B4E (or 0x235B4E) is unknown color: approx Evening Sea. HEX triplet: 23, 5B and 4E. RGB value is (35,91,78). Sum of RGB (Red+Green+Blue) = 35+91+78=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 91 (35.94% from 255 or 44.61% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 91 - color contains mainly: green. Hex color #235B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235B4E is #DCA4B1. Grayscale: #484848. Windows color (decimal): -14460082 or 5135139. OLE color: 5135139.

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

Color convert

RGB359178-
CMYK0.6200.140.64
HSL166.07º44.44%24.71%-
HSV(B)166.07º61.54%35.69%-
XYZ5.818.398.52-
YUV72.77130.95101.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.16%
GREEN value IS 91 (35.94% from 255) = 44.61%
BLUE value IS 78 (30.86% from 255) = 38.24%
R=17.16%
G=44.61%
B=38.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3591780.6200.140.64166.0744.4424.71
Hex235B4E3E0E40a62c19
Octal43133116760161002465431
Binary100011101101110011101111100111010000001010011010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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