#235A4D

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

Shades of Evening Sea #235A4D

Tints of Evening Sea #235A4D

Color information

#235A4D (or 0x235A4D) is unknown color: approx Evening Sea. HEX triplet: 23, 5A and 4D. RGB value is (35,90,77). Sum of RGB (Red+Green+Blue) = 35+90+77=202 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.33% from 202); Green value is 90 (35.55% from 255 or 44.55% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 90 - color contains mainly: green. Hex color #235A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235A4D is #DCA5B2. Grayscale: #484848. Windows color (decimal): -14460339 or 5069347. OLE color: 5069347.

HSL color Cylindrical-coordinate representation of color #235A4D: hue angle of 165.82º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #235A4D is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB359077-
CMYK0.6100.140.65
HSL165.82º44%24.51%-
HSV(B)165.82º61.11%35.29%-
XYZ5.698.218.31-
YUV72.07130.78101.56-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.33%
GREEN value IS 90 (35.55% from 255) = 44.55%
BLUE value IS 77 (30.47% from 255) = 38.12%
R=17.33%
G=44.55%
B=38.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3590770.6100.140.65165.824424.51
Hex235A4D3D0E41a62c19
Octal43132115750161012465431
Binary100011101101010011011111010111010000011010011010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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