#318F95

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

Shades of Scooter #318F95

Tints of Scooter #318F95

Color information

#318F95 (or 0x318F95) is unknown color: approx Scooter. HEX triplet: 31, 8F and 95. RGB value is (49,143,149). Sum of RGB (Red+Green+Blue) = 49+143+149=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 143 (56.25% from 255 or 41.94% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #318F95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318F95 is #CE706A. Grayscale: #737373. Windows color (decimal): -13529195 or 9801521. OLE color: 9801521.

HSL color Cylindrical-coordinate representation of color #318F95: hue angle of 183.6º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #318F95 is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB49143149-
CMYK0.670.0400.42
HSL183.6º50.51%38.82%-
HSV(B)183.6º67.11%58.43%-
XYZ16.5122.4731.9-
YUV115.58146.8680.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.37%
GREEN value IS 143 (56.25% from 255) = 41.94%
BLUE value IS 149 (58.59% from 255) = 43.70%
R=14.37%
G=41.94%
B=43.70%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491431490.670.0400.42183.650.5138.82
Hex318F9543402Ab83327
Octal6121722510340522706347
Binary11000110001111100101011000011100010101010111000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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