#318093

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

Shades of Scooter #318093

Tints of Scooter #318093

Color information

#318093 (or 0x318093) is unknown color: approx Scooter. HEX triplet: 31, 80 and 93. RGB value is (49,128,147). Sum of RGB (Red+Green+Blue) = 49+128+147=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 147 - color contains mainly: blue. Hex color #318093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318093 is #CE7F6C. Grayscale: #6A6A6A. Windows color (decimal): -13533037 or 9666609. OLE color: 9666609.

HSL color Cylindrical-coordinate representation of color #318093: hue angle of 191.63º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #318093 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB49128147-
CMYK0.670.1300.42
HSL191.63º50%38.43%-
HSV(B)191.63º66.67%57.65%-
XYZ14.2518.230.37-
YUV106.54150.8386.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.12%
GREEN value IS 128 (50.39% from 255) = 39.51%
BLUE value IS 147 (57.81% from 255) = 45.37%
R=15.12%
G=39.51%
B=45.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491281470.670.1300.42191.635038.43
Hex31809343D02Ac03226
Octal61200223103150523006246
Binary110001100000001001001110000111101010101011000000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318093; }

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

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

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

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

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

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

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

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