Html Css Color HEX #235A46 Evening Sea

📋 copy color: '#235A46'

red 35 ◦ green 90 ◦ blue 70

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

Shades of Evening Sea #235A46

Tints of Evening Sea #235A46

RGB

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

 GREEN value IS 90 (35.55% from 255) = 46.15%

 BLUE value IS 70 (27.73% from 255) = 35.9%

R = 17.95%
G = 46.15%
B = 35.9%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#235A46 (or 0x235A46) is known color: Evening Sea. HEX triplet: 23, 5A and 46. RGB value is (35,90,70). Sum of RGB (Red+Green+Blue) = 35+90+70=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 90 - color contains mainly: green. Hex color #235A46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235A46 is #DCA5B9. Grayscale: #474747. Windows color (decimal): -14460346 or 4610595. OLE color: 4610595.

HSL color Cylindrical-coordinate representation of color #235A46: hue angle of 158.18º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #235A46 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB 35 90 70 -
CMYK 0.61 0 0.22 0.65
HSL 158.18º 0.44% 0.25% -
HSV(B) 158.18º 0.61% 0.35% -
XYZ 5.45 8.11 7.07 -
YUV 71.28 127.28 102.13 -
System Red Green Blue C M Y K H S L
Decimal 35 90 70 0.61 0 0.22 0.65 158.18 0.44 0.25
Hex 23 5A 46 3D 0 16 41 9E 2C 19
Octal 43 132 106 75 0 26 101 236 54 31
Binary 100011 1011010 1000110 111101 0 10110 1000001 10011110 101100 11001

Color Harmonies of #235A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235A46

Black with #235A46

Text Example


Text Example

White with #235A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,90,70); }

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

background-color css

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

 a { background-color: rgb(35,90,70); }

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

border-color css

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

 span { border-color: rgb(35,90,70); }

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