Html Css Color HEX #235C46 Evening Sea

📋 copy color: '#235C46'

red 35 ◦ green 92 ◦ blue 70

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

Shades of Evening Sea #235C46

Tints of Evening Sea #235C46

RGB

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

 GREEN value IS 92 (36.33% from 255) = 46.7%

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

R = 17.77%
G = 46.7%
B = 35.53%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.24

 K value IS 0.64

RGB Variations

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

Color information

#235C46 (or 0x235C46) is known color: Evening Sea. HEX triplet: 23, 5C and 46. RGB value is (35,92,70). Sum of RGB (Red+Green+Blue) = 35+92+70=197 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.77% from 197); Green value is 92 (36.33% from 255 or 46.70% from 197); Blue value is 70 (27.73% from 255 or 35.53% from 197); Max value from RGB is 92 - color contains mainly: green. Hex color #235C46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235C46 is #DCA3B9. Grayscale: #484848. Windows color (decimal): -14459834 or 4611107. OLE color: 4611107.

HSL color Cylindrical-coordinate representation of color #235C46: hue angle of 156.84º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #235C46 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.

Color convert

RGB 35 92 70 -
CMYK 0.62 0 0.24 0.64
HSL 156.84º 0.45% 0.25% -
HSV(B) 156.84º 0.62% 0.36% -
XYZ 5.63 8.45 7.13 -
YUV 72.45 126.62 101.29 -
System Red Green Blue C M Y K H S L
Decimal 35 92 70 0.62 0 0.24 0.64 156.84 0.45 0.25
Hex 23 5C 46 3E 0 18 40 9D 2D 19
Octal 43 134 106 76 0 30 100 235 55 31
Binary 100011 1011100 1000110 111110 0 11000 1000000 10011101 101101 11001

Color Harmonies of #235C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235C46

Black with #235C46

Text Example


Text Example

White with #235C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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