Html Css Color HEX #736297 Scampi

📋 copy color: '#736297'

red 115 ◦ green 98 ◦ blue 151

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

Shades of Scampi #736297

Tints of Scampi #736297

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.92%

 BLUE value IS 151 (59.38% from 255) = 41.48%

R = 31.59%
G = 26.92%
B = 41.48%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#736297 (or 0x736297) is known color: Scampi. HEX triplet: 73, 62 and 97. RGB value is (115,98,151). Sum of RGB (Red+Green+Blue) = 115+98+151=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 151 (59.38% from 255 or 41.48% from 364); Max value from RGB is 151 - color contains mainly: blue. Hex color #736297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736297 is #8C9D68. Grayscale: #6C6C6C. Windows color (decimal): -9215337 or 9921139. OLE color: 9921139.

HSL color Cylindrical-coordinate representation of color #736297: hue angle of 259.25º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #736297 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 98 151 -
CMYK 0.24 0.35 0 0.41
HSL 259.25º 0.21% 0.49% -
HSV(B) 259.25º 0.35% 0.59% -
XYZ 17.02 14.61 31.2 -
YUV 109.13 151.63 132.19 -
System Red Green Blue C M Y K H S L
Decimal 115 98 151 0.24 0.35 0 0.41 259.25 0.21 0.49
Hex 73 62 97 18 23 0 29 103 15 31
Octal 163 142 227 30 43 0 51 403 25 61
Binary 1110011 1100010 10010111 11000 100011 0 101001 100000011 10101 110001

Color Harmonies of #736297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736297

Black with #736297

Text Example


Text Example

White with #736297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736297; }

 p { color: rgb(115,98,151); }

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

background-color css

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

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

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

border-color css

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

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

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