#318F9B

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

Shades of Scooter #318F9B

Tints of Scooter #318F9B

Color information

#318F9B (or 0x318F9B) is unknown color: approx Scooter. HEX triplet: 31, 8F and 9B. RGB value is (49,143,155). Sum of RGB (Red+Green+Blue) = 49+143+155=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 143 (56.25% from 255 or 41.21% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #318F9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318F9B is #CE7064. Grayscale: #747474. Windows color (decimal): -13529189 or 10194737. OLE color: 10194737.

HSL color Cylindrical-coordinate representation of color #318F9B: hue angle of 186.79º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #318F9B is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB49143155-
CMYK0.680.0800.39
HSL186.79º51.96%40%-
HSV(B)186.79º68.39%60.78%-
XYZ17.0122.6634.49-
YUV116.26149.8680.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.12%
GREEN value IS 143 (56.25% from 255) = 41.21%
BLUE value IS 155 (60.94% from 255) = 44.67%
R=14.12%
G=41.21%
B=44.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal491431550.680.0800.39186.7951.9640
Hex318F9B448027bb3428
Octal61217233104100472736450
Binary110001100011111001101110001001000010011110111011110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318F9B; }

 p { color: rgb(49,143,155); }

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

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

 a { background-color: rgb(49,143,155); }

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

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

 span { border-color: rgb(49,143,155); }

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