Html Css Color HEX #235A4B Evening Sea

📋 copy color: '#235A4B'

red 35 ◦ green 90 ◦ blue 75

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

Shades of Evening Sea #235A4B

Tints of Evening Sea #235A4B

RGB

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

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

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

R = 17.5%
G = 45%
B = 37.5%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#235A4B (or 0x235A4B) is known color: Evening Sea. HEX triplet: 23, 5A and 4B. RGB value is (35,90,75). Sum of RGB (Red+Green+Blue) = 35+90+75=200 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.5% from 200); Green value is 90 (35.55% from 255 or 45% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 90 - color contains mainly: green. Hex color #235A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235A4B is #DCA5B4. Grayscale: #474747. Windows color (decimal): -14460341 or 4938275. OLE color: 4938275.

HSL color Cylindrical-coordinate representation of color #235A4B: hue angle of 163.64º 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 #235A4B is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 35 90 75 -
CMYK 0.61 0 0.17 0.65
HSL 163.64º 0.44% 0.25% -
HSV(B) 163.64º 0.61% 0.35% -
XYZ 5.62 8.18 7.94 -
YUV 71.85 129.78 101.72 -
System Red Green Blue C M Y K H S L
Decimal 35 90 75 0.61 0 0.17 0.65 163.64 0.44 0.25
Hex 23 5A 4B 3D 0 11 41 A4 2C 19
Octal 43 132 113 75 0 21 101 244 54 31
Binary 100011 1011010 1001011 111101 0 10001 1000001 10100100 101100 11001

Color Harmonies of #235A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235A4B

Black with #235A4B

Text Example


Text Example

White with #235A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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