Html Css Color HEX #737491 Scampi

📋 copy color: '#737491'

red 115 ◦ green 116 ◦ blue 145

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

Shades of Scampi #737491

Tints of Scampi #737491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.85%

 BLUE value IS 145 (57.03% from 255) = 38.56%

R = 30.59%
G = 30.85%
B = 38.56%

CMYK

 C value IS 0.21

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#737491 (or 0x737491) is known color: Scampi. HEX triplet: 73, 74 and 91. RGB value is (115,116,145). Sum of RGB (Red+Green+Blue) = 115+116+145=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 145 - color contains mainly: blue. Hex color #737491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737491 is #8C8B6E. Grayscale: #767676. Windows color (decimal): -9210735 or 9532531. OLE color: 9532531.

HSL color Cylindrical-coordinate representation of color #737491: hue angle of 238º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #737491 is Cyan = 0.21, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 115 116 145 -
CMYK 0.21 0.2 0 0.43
HSL 238º 0.12% 0.51% -
HSV(B) 238º 0.21% 0.57% -
XYZ 18.43 18.18 29.33 -
YUV 119.01 142.67 125.14 -
System Red Green Blue C M Y K H S L
Decimal 115 116 145 0.21 0.2 0 0.43 238 0.12 0.51
Hex 73 74 91 15 14 0 2B EE C 33
Octal 163 164 221 25 24 0 53 356 14 63
Binary 1110011 1110100 10010001 10101 10100 0 101011 11101110 1100 110011

Color Harmonies of #737491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737491

Black with #737491

Text Example


Text Example

White with #737491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737491; }

 p { color: rgb(115,116,145); }

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

background-color css

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

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

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

border-color css

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

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

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