#318193

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

Shades of Scooter #318193

Tints of Scooter #318193

Color information

#318193 (or 0x318193) is unknown color: approx Scooter. HEX triplet: 31, 81 and 93. RGB value is (49,129,147). Sum of RGB (Red+Green+Blue) = 49+129+147=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #318193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318193 is #CE7E6C. Grayscale: #6A6A6A. Windows color (decimal): -13532781 or 9666865. OLE color: 9666865.

HSL color Cylindrical-coordinate representation of color #318193: hue angle of 191.02º 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 #318193 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB49129147-
CMYK0.670.1200.42
HSL191.02º50%38.43%-
HSV(B)191.02º66.67%57.65%-
XYZ14.3818.4630.41-
YUV107.13150.586.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.08%
GREEN value IS 129 (50.78% from 255) = 39.69%
BLUE value IS 147 (57.81% from 255) = 45.23%
R=15.08%
G=39.69%
B=45.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491291470.670.1200.42191.025038.43
Hex31819343C02Abf3226
Octal61201223103140522776246
Binary110001100000011001001110000111100010101010111111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318193; }

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

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

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

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

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

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

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

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