Html Css Color HEX #236350 Evening Sea

📋 copy color: '#236350'

red 35 ◦ green 99 ◦ blue 80

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

Shades of Evening Sea #236350

Tints of Evening Sea #236350

RGB

 RED value IS 35 (14.06% from 255) = 16.36%

 GREEN value IS 99 (39.06% from 255) = 46.26%

 BLUE value IS 80 (31.64% from 255) = 37.38%

R = 16.36%
G = 46.26%
B = 37.38%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#236350 (or 0x236350) is known color: Evening Sea. HEX triplet: 23, 63 and 50. RGB value is (35,99,80). Sum of RGB (Red+Green+Blue) = 35+99+80=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 99 (39.06% from 255 or 46.26% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 99 - color contains mainly: green. Hex color #236350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236350 is #DC9CAF. Grayscale: #4D4D4D. Windows color (decimal): -14458032 or 5268259. OLE color: 5268259.

HSL color Cylindrical-coordinate representation of color #236350: hue angle of 162.19º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #236350 is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB 35 99 80 -
CMYK 0.65 0 0.19 0.61
HSL 162.19º 0.48% 0.26% -
HSV(B) 162.19º 0.65% 0.39% -
XYZ 6.6 9.86 9.14 -
YUV 77.7 129.3 97.54 -
System Red Green Blue C M Y K H S L
Decimal 35 99 80 0.65 0 0.19 0.61 162.19 0.48 0.26
Hex 23 63 50 41 0 13 3D A2 30 1A
Octal 43 143 120 101 0 23 75 242 60 32
Binary 100011 1100011 1010000 1000001 0 10011 111101 10100010 110000 11010

Color Harmonies of #236350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236350

Black with #236350

Text Example


Text Example

White with #236350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236350; }

 p { color: rgb(35,99,80); }

 H1.HeaderClassName
 {
   color: #236350;
 }
 .AnyTagClassName
 {
   color: #236350;
 }
</style>

background-color css

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

 a { background-color: rgb(35,99,80); }

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

border-color css

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

 span { border-color: rgb(35,99,80); }

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