Html Css Color HEX #235F4E Evening Sea

📋 copy color: '#235F4E'

red 35 ◦ green 95 ◦ blue 78

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

Shades of Evening Sea #235F4E

Tints of Evening Sea #235F4E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 45.67%

 BLUE value IS 78 (30.86% from 255) = 37.5%

R = 16.83%
G = 45.67%
B = 37.5%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.18

 K value IS 0.63

RGB Variations

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

Color information

#235F4E (or 0x235F4E) is known color: Evening Sea. HEX triplet: 23, 5F and 4E. RGB value is (35,95,78). Sum of RGB (Red+Green+Blue) = 35+95+78=208 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.83% from 208); Green value is 95 (37.5% from 255 or 45.67% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 95 - color contains mainly: green. Hex color #235F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235F4E is #DCA0B1. Grayscale: #4B4B4B. Windows color (decimal): -14459058 or 5136163. OLE color: 5136163.

HSL color Cylindrical-coordinate representation of color #235F4E: hue angle of 163º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #235F4E is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.

Color convert

RGB 35 95 78 -
CMYK 0.63 0 0.18 0.63
HSL 163º 0.46% 0.25% -
HSV(B) 163º 0.63% 0.37% -
XYZ 6.16 9.09 8.64 -
YUV 75.12 129.62 99.38 -
System Red Green Blue C M Y K H S L
Decimal 35 95 78 0.63 0 0.18 0.63 163 0.46 0.25
Hex 23 5F 4E 3F 0 12 3F A3 2E 19
Octal 43 137 116 77 0 22 77 243 56 31
Binary 100011 1011111 1001110 111111 0 10010 111111 10100011 101110 11001

Color Harmonies of #235F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235F4E

Black with #235F4E

Text Example


Text Example

White with #235F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235F4E; }

 p { color: rgb(35,95,78); }

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

background-color css

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

 a { background-color: rgb(35,95,78); }

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

border-color css

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

 span { border-color: rgb(35,95,78); }

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