Html Css Color HEX #737394 Scampi

📋 copy color: '#737394'

red 115 ◦ green 115 ◦ blue 148

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

Shades of Scampi #737394

Tints of Scampi #737394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.15%

R = 30.42%
G = 30.42%
B = 39.15%

CMYK

 C value IS 0.22

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#737394 (or 0x737394) is known color: Scampi. HEX triplet: 73, 73 and 94. RGB value is (115,115,148). Sum of RGB (Red+Green+Blue) = 115+115+148=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 148 - color contains mainly: blue. Hex color #737394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737394 is #8C8C6B. Grayscale: #767676. Windows color (decimal): -9210988 or 9728883. OLE color: 9728883.

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

Color convert

RGB 115 115 148 -
CMYK 0.22 0.22 0 0.42
HSL 240º 0.13% 0.52% -
HSV(B) 240º 0.22% 0.58% -
XYZ 18.55 18.04 30.52 -
YUV 118.76 144.5 125.32 -
System Red Green Blue C M Y K H S L
Decimal 115 115 148 0.22 0.22 0 0.42 240 0.13 0.52
Hex 73 73 94 16 16 0 2A F0 D 34
Octal 163 163 224 26 26 0 52 360 15 64
Binary 1110011 1110011 10010100 10110 10110 0 101010 11110000 1101 110100

Color Harmonies of #737394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737394

Black with #737394

Text Example


Text Example

White with #737394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737394; }

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

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

background-color css

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

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

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

border-color css

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

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

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