#707298

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

Shades of Scampi #707298

Tints of Scampi #707298

Color information

#707298 (or 0x707298) is unknown color: approx Scampi. HEX triplet: 70, 72 and 98. RGB value is (112,114,152). Sum of RGB (Red+Green+Blue) = 112+114+152=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 152 - color contains mainly: blue. Hex color #707298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707298 is #8F8D67. Grayscale: #757575. Windows color (decimal): -9407848 or 9990768. OLE color: 9990768.

HSL color Cylindrical-coordinate representation of color #707298: hue angle of 237º 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 #707298 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB112114152-
CMYK0.260.2500.40
HSL237º16.26%51.76%-
HSV(B)237º26.32%59.61%-
XYZ18.3717.7532.16-
YUV117.73147.34123.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.63%
GREEN value IS 114 (44.92% from 255) = 30.16%
BLUE value IS 152 (59.77% from 255) = 40.21%
R=29.63%
G=30.16%
B=40.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1121141520.260.2500.4023716.2651.76
Hex7072981A19028ed1034
Octal16016223032310503552064
Binary1110000111001010011000110101100101010001110110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707298; }

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

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

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

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

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

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

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

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