Html Css Color HEX #235E4B Evening Sea

📋 copy color: '#235E4B'

red 35 ◦ green 94 ◦ blue 75

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

Shades of Evening Sea #235E4B

Tints of Evening Sea #235E4B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 46.08%

 BLUE value IS 75 (29.69% from 255) = 36.76%

R = 17.16%
G = 46.08%
B = 36.76%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.20

 K value IS 0.63

RGB Variations

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

Color information

#235E4B (or 0x235E4B) is known color: Evening Sea. HEX triplet: 23, 5E and 4B. RGB value is (35,94,75). Sum of RGB (Red+Green+Blue) = 35+94+75=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 94 (37.11% from 255 or 46.08% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 94 - color contains mainly: green. Hex color #235E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235E4B is #DCA1B4. Grayscale: #4A4A4A. Windows color (decimal): -14459317 or 4939299. OLE color: 4939299.

HSL color Cylindrical-coordinate representation of color #235E4B: hue angle of 160.68º 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 #235E4B is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.63.

Color convert

RGB 35 94 75 -
CMYK 0.63 0 0.20 0.63
HSL 160.68º 0.46% 0.25% -
HSV(B) 160.68º 0.63% 0.37% -
XYZ 5.97 8.87 8.05 -
YUV 74.19 128.45 100.04 -
System Red Green Blue C M Y K H S L
Decimal 35 94 75 0.63 0 0.20 0.63 160.68 0.46 0.25
Hex 23 5E 4B 3F 0 14 3F A1 2E 19
Octal 43 136 113 77 0 24 77 241 56 31
Binary 100011 1011110 1001011 111111 0 10100 111111 10100001 101110 11001

Color Harmonies of #235E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235E4B

Black with #235E4B

Text Example


Text Example

White with #235E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,94,75); }

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

background-color css

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

 a { background-color: rgb(35,94,75); }

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

border-color css

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

 span { border-color: rgb(35,94,75); }

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