#237055

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

Shades of Evening Sea #237055

Tints of Evening Sea #237055

Color information

#237055 (or 0x237055) is unknown color: approx Evening Sea. HEX triplet: 23, 70 and 55. RGB value is (35,112,85). Sum of RGB (Red+Green+Blue) = 35+112+85=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #237055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237055 is #DC8FAA. Grayscale: #555555. Windows color (decimal): -14454699 or 5599267. OLE color: 5599267.

HSL color Cylindrical-coordinate representation of color #237055: hue angle of 158.96º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #237055 is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB3511285-
CMYK0.6900.240.56
HSL158.96º52.38%28.82%-
HSV(B)158.96º68.75%43.92%-
XYZ8.1312.610.6-
YUV85.9127.4991.7-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.09%
GREEN value IS 112 (44.14% from 255) = 48.28%
BLUE value IS 85 (33.59% from 255) = 36.64%
R=15.09%
G=48.28%
B=36.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35112850.6900.240.56158.9652.3828.82
Hex23705545018389f341d
Octal43160125105030702376435
Binary1000111110000101010110001010110001110001001111111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237055; }

 p { color: rgb(35,112,85); }

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

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

 a { background-color: rgb(35,112,85); }

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

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

 span { border-color: rgb(35,112,85); }

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