#737098

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

Shades of Scampi #737098

Tints of Scampi #737098

Color information

#737098 (or 0x737098) is unknown color: approx Scampi. HEX triplet: 73, 70 and 98. RGB value is (115,112,152). Sum of RGB (Red+Green+Blue) = 115+112+152=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 152 - color contains mainly: blue. Hex color #737098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737098 is #8C8F67. Grayscale: #757575. Windows color (decimal): -9211752 or 9990259. OLE color: 9990259.

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

Color convert

RGB115112152-
CMYK0.240.2600.40
HSL244.5º16.26%51.76%-
HSV(B)244.5º26.32%59.61%-
XYZ18.5317.532.11-
YUV117.46147.49126.25-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.34%
GREEN value IS 112 (44.14% from 255) = 29.55%
BLUE value IS 152 (59.77% from 255) = 40.11%
R=30.34%
G=29.55%
B=40.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1151121520.240.2600.40244.516.2651.76
Hex737098181A028f41034
Octal16316023030320503642064
Binary1110011111000010011000110001101001010001111010010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737098; }

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

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

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

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

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

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

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

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