Html Css Color HEX #235F58 Eden

📋 copy color: '#235F58'

red 35 ◦ green 95 ◦ blue 88

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

Shades of Eden #235F58

Tints of Eden #235F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 40.37%

R = 16.06%
G = 43.58%
B = 40.37%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.63

RGB Variations

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

Color information

#235F58 (or 0x235F58) is known color: Eden. HEX triplet: 23, 5F and 58. RGB value is (35,95,88). Sum of RGB (Red+Green+Blue) = 35+95+88=218 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.06% from 218); Green value is 95 (37.5% from 255 or 43.58% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 95 - color contains mainly: green. Hex color #235F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235F58 is #DCA0A7. Grayscale: #4C4C4C. Windows color (decimal): -14459048 or 5791523. OLE color: 5791523.

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

Color convert

RGB 35 95 88 -
CMYK 0.63 0 0.07 0.63
HSL 173º 0.46% 0.25% -
HSV(B) 173º 0.63% 0.37% -
XYZ 6.55 9.25 10.67 -
YUV 76.26 134.62 98.57 -
System Red Green Blue C M Y K H S L
Decimal 35 95 88 0.63 0 0.07 0.63 173 0.46 0.25
Hex 23 5F 58 3F 0 7 3F AD 2E 19
Octal 43 137 130 77 0 7 77 255 56 31
Binary 100011 1011111 1011000 111111 0 111 111111 10101101 101110 11001

Color Harmonies of #235F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235F58

Black with #235F58

Text Example


Text Example

White with #235F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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