Html Css Color HEX #737396 Scampi

📋 copy color: '#737396'

red 115 ◦ green 115 ◦ blue 150

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

Shades of Scampi #737396

Tints of Scampi #737396

RGB

 RED value IS 115 (45.31% from 255) = 30.26%

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

 BLUE value IS 150 (58.98% from 255) = 39.47%

R = 30.26%
G = 30.26%
B = 39.47%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#737396 (or 0x737396) is known color: Scampi. HEX triplet: 73, 73 and 96. RGB value is (115,115,150). Sum of RGB (Red+Green+Blue) = 115+115+150=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 150 - color contains mainly: blue. Hex color #737396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737396 is #8C8C69. Grayscale: #767676. Windows color (decimal): -9210986 or 9859955. OLE color: 9859955.

HSL color Cylindrical-coordinate representation of color #737396: hue angle of 240º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #737396 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 115 150 -
CMYK 0.23 0.23 0 0.41
HSL 240º 0.14% 0.52% -
HSV(B) 240º 0.23% 0.59% -
XYZ 18.71 18.11 31.36 -
YUV 118.99 145.5 125.15 -
System Red Green Blue C M Y K H S L
Decimal 115 115 150 0.23 0.23 0 0.41 240 0.14 0.52
Hex 73 73 96 17 17 0 29 F0 E 34
Octal 163 163 226 27 27 0 51 360 16 64
Binary 1110011 1110011 10010110 10111 10111 0 101001 11110000 1110 110100

Color Harmonies of #737396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737396

Black with #737396

Text Example


Text Example

White with #737396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737396; }

 p { color: rgb(115,115,150); }

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

background-color css

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

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

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

border-color css

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

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

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