Html Css Color HEX #237055 Evening Sea

📋 copy color: '#237055'

red 35 ◦ green 112 ◦ blue 85

#237055
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Evening Sea #237055

Tints of Evening Sea #237055

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 value IS 0.69

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#237055 (or 0x237055) is known color: 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

RGB 35 112 85 -
CMYK 0.69 0 0.24 0.56
HSL 158.96º 0.52% 0.29% -
HSV(B) 158.96º 0.69% 0.44% -
XYZ 8.13 12.6 10.6 -
YUV 85.9 127.49 91.7 -
System Red Green Blue C M Y K H S L
Decimal 35 112 85 0.69 0 0.24 0.56 158.96 0.52 0.29
Hex 23 70 55 45 0 18 38 9F 34 1D
Octal 43 160 125 105 0 30 70 237 64 35
Binary 100011 1110000 1010101 1000101 0 11000 111000 10011111 110100 11101

Color Harmonies of #237055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237055

Black with #237055

Text Example


Text Example

White with #237055

Text Example


Text Example

HTML Codes & Css Web 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>