#736898

Color #736898 Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #736898

Tints of Scampi #736898

Color information

#736898 (or 0x736898) is unknown color: approx Scampi. HEX triplet: 73, 68 and 98. RGB value is (115,104,152). Sum of RGB (Red+Green+Blue) = 115+104+152=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 152 - color contains mainly: blue. Hex color #736898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736898 is #8C9767. Grayscale: #707070. Windows color (decimal): -9213800 or 9988211. OLE color: 9988211.

HSL color Cylindrical-coordinate representation of color #736898: hue angle of 253.75º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #736898 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB115104152-
CMYK0.240.3200.40
HSL253.75º18.9%50.2%-
HSV(B)253.75º31.58%59.61%-
XYZ17.6915.8131.83-
YUV112.76150.14129.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.00%
GREEN value IS 104 (41.02% from 255) = 28.03%
BLUE value IS 152 (59.77% from 255) = 40.97%
R=31.00%
G=28.03%
B=40.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1151041520.240.3200.40253.7518.950.2
Hex7368981820028fe1332
Octal16315023030400503762362
Binary11100111101000100110001100010000001010001111111010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736898; }

 p { color: rgb(115,104,152); }

 H1.HeaderClassName
 {
   color: #736898;
 }
 .AnyTagClassName
 {
   color: #736898;
 }
</style>
background-color css

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

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

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

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

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

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