#318097

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

Shades of Scooter #318097

Tints of Scooter #318097

Color information

#318097 (or 0x318097) is unknown color: approx Scooter. HEX triplet: 31, 80 and 97. RGB value is (49,128,151). Sum of RGB (Red+Green+Blue) = 49+128+151=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 151 (59.38% from 255 or 46.04% from 328); Max value from RGB is 151 - color contains mainly: blue. Hex color #318097 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318097 is #CE7F68. Grayscale: #6A6A6A. Windows color (decimal): -13533033 or 9928753. OLE color: 9928753.

HSL color Cylindrical-coordinate representation of color #318097: hue angle of 193.53º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #318097 is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB49128151-
CMYK0.680.1500.41
HSL193.53º51%39.22%-
HSV(B)193.53º67.55%59.22%-
XYZ14.5718.3332.05-
YUV107152.8386.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.94%
GREEN value IS 128 (50.39% from 255) = 39.02%
BLUE value IS 151 (59.38% from 255) = 46.04%
R=14.94%
G=39.02%
B=46.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal491281510.680.1500.41193.535139.22
Hex31809744F029c23327
Octal61200227104170513026347
Binary110001100000001001011110001001111010100111000010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318097; }

 p { color: rgb(49,128,151); }

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

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

 a { background-color: rgb(49,128,151); }

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

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

 span { border-color: rgb(49,128,151); }

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