Html Css Color HEX #236850 Evening Sea

📋 copy color: '#236850'

red 35 ◦ green 104 ◦ blue 80

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

Shades of Evening Sea #236850

Tints of Evening Sea #236850

RGB

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

 GREEN value IS 104 (41.02% from 255) = 47.49%

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

R = 15.98%
G = 47.49%
B = 36.53%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#236850 (or 0x236850) is known color: Evening Sea. HEX triplet: 23, 68 and 50. RGB value is (35,104,80). Sum of RGB (Red+Green+Blue) = 35+104+80=219 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.98% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 104 - color contains mainly: green. Hex color #236850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236850 is #DC97AF. Grayscale: #505050. Windows color (decimal): -14456752 or 5269539. OLE color: 5269539.

HSL color Cylindrical-coordinate representation of color #236850: hue angle of 159.13º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #236850 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB 35 104 80 -
CMYK 0.66 0 0.23 0.59
HSL 159.13º 0.5% 0.27% -
HSV(B) 159.13º 0.66% 0.41% -
XYZ 7.09 10.84 9.31 -
YUV 80.63 127.64 95.45 -
System Red Green Blue C M Y K H S L
Decimal 35 104 80 0.66 0 0.23 0.59 159.13 0.5 0.27
Hex 23 68 50 42 0 17 3B 9F 32 1B
Octal 43 150 120 102 0 27 73 237 62 33
Binary 100011 1101000 1010000 1000010 0 10111 111011 10011111 110010 11011

Color Harmonies of #236850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236850

Black with #236850

Text Example


Text Example

White with #236850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236850; }

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

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

background-color css

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

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

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

border-color css

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

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

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