Html Css Color HEX #737599 Scampi

📋 copy color: '#737599'

red 115 ◦ green 117 ◦ blue 153

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

Shades of Scampi #737599

Tints of Scampi #737599

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.39%

 BLUE value IS 153 (60.16% from 255) = 39.74%

R = 29.87%
G = 30.39%
B = 39.74%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#737599 (or 0x737599) is known color: Scampi. HEX triplet: 73, 75 and 99. RGB value is (115,117,153). Sum of RGB (Red+Green+Blue) = 115+117+153=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 153 - color contains mainly: blue. Hex color #737599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737599 is #8C8A66. Grayscale: #787878. Windows color (decimal): -9210471 or 10057075. OLE color: 10057075.

HSL color Cylindrical-coordinate representation of color #737599: hue angle of 236.84º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #737599 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 115 117 153 -
CMYK 0.25 0.24 0 0.4
HSL 236.84º 0.16% 0.53% -
HSV(B) 236.84º 0.25% 0.6% -
XYZ 19.18 18.67 32.73 -
YUV 120.51 146.34 124.07 -
System Red Green Blue C M Y K H S L
Decimal 115 117 153 0.25 0.24 0 0.4 236.84 0.16 0.53
Hex 73 75 99 19 18 0 28 ED 10 35
Octal 163 165 231 31 30 0 50 355 20 65
Binary 1110011 1110101 10011001 11001 11000 0 101000 11101101 10000 110101

Color Harmonies of #737599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737599

Black with #737599

Text Example


Text Example

White with #737599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737599; }

 p { color: rgb(115,117,153); }

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

background-color css

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

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

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

border-color css

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

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

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