#235448

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

Shades of Evening Sea #235448

Tints of Evening Sea #235448

Color information

#235448 (or 0x235448) is unknown color: approx Evening Sea. HEX triplet: 23, 54 and 48. RGB value is (35,84,72). Sum of RGB (Red+Green+Blue) = 35+84+72=191 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.32% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 84 - color contains mainly: green. Hex color #235448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235448 is #DCABB7. Grayscale: #434343. Windows color (decimal): -14461880 or 4740131. OLE color: 4740131.

HSL color Cylindrical-coordinate representation of color #235448: hue angle of 165.31º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #235448 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB358472-
CMYK0.5800.140.67
HSL165.31º41.18%23.33%-
HSV(B)165.31º58.33%32.94%-
XYZ5.037.177.25-
YUV67.98130.27104.48-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.32%
GREEN value IS 84 (33.20% from 255) = 43.98%
BLUE value IS 72 (28.52% from 255) = 37.70%
R=18.32%
G=43.98%
B=37.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3584720.5800.140.67165.3141.1823.33
Hex2354483A0E43a52917
Octal43124110720161032455127
Binary100011101010010010001110100111010000111010010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235448; }

 p { color: rgb(35,84,72); }

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

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

 a { background-color: rgb(35,84,72); }

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

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

 span { border-color: rgb(35,84,72); }

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