Html Css Color HEX #237355 Salem

📋 copy color: '#237355'

red 35 ◦ green 115 ◦ blue 85

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

Shades of Salem #237355

Tints of Salem #237355

RGB

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

 GREEN value IS 115 (45.31% from 255) = 48.94%

 BLUE value IS 85 (33.59% from 255) = 36.17%

R = 14.89%
G = 48.94%
B = 36.17%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#237355 (or 0x237355) is known color: Salem. HEX triplet: 23, 73 and 55. RGB value is (35,115,85). Sum of RGB (Red+Green+Blue) = 35+115+85=235 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.89% from 235); Green value is 115 (45.31% from 255 or 48.94% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 115 - color contains mainly: green. Hex color #237355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237355 is #DC8CAA. Grayscale: #575757. Windows color (decimal): -14453931 or 5600035. OLE color: 5600035.

HSL color Cylindrical-coordinate representation of color #237355: hue angle of 157.5º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #237355 is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 35 115 85 -
CMYK 0.70 0 0.26 0.55
HSL 157.5º 0.53% 0.29% -
HSV(B) 157.5º 0.7% 0.45% -
XYZ 8.46 13.27 10.71 -
YUV 87.66 126.5 90.44 -
System Red Green Blue C M Y K H S L
Decimal 35 115 85 0.70 0 0.26 0.55 157.5 0.53 0.29
Hex 23 73 55 46 0 1A 37 9E 35 1D
Octal 43 163 125 106 0 32 67 236 65 35
Binary 100011 1110011 1010101 1000110 0 11010 110111 10011110 110101 11101

Color Harmonies of #237355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237355

Black with #237355

Text Example


Text Example

White with #237355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237355; }

 p { color: rgb(35,115,85); }

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

background-color css

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

 a { background-color: rgb(35,115,85); }

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

border-color css

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

 span { border-color: rgb(35,115,85); }

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