#317F96

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

Shades of Scooter #317F96

Tints of Scooter #317F96

Color information

#317F96 (or 0x317F96) is unknown color: approx Scooter. HEX triplet: 31, 7F and 96. RGB value is (49,127,150). Sum of RGB (Red+Green+Blue) = 49+127+150=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 150 - color contains mainly: blue. Hex color #317F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317F96 is #CE8069. Grayscale: #6A6A6A. Windows color (decimal): -13533290 or 9862961. OLE color: 9862961.

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

Color convert

RGB49127150-
CMYK0.670.1500.41
HSL193.66º50.75%39.02%-
HSV(B)193.66º67.33%58.82%-
XYZ14.3618.0331.58-
YUV106.3152.6687.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.03%
GREEN value IS 127 (50% from 255) = 38.96%
BLUE value IS 150 (58.98% from 255) = 46.01%
R=15.03%
G=38.96%
B=46.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal491271500.670.1500.41193.6650.7539.02
Hex317F9643F029c23327
Octal61177226103170513026347
Binary11000111111111001011010000111111010100111000010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317F96; }

 p { color: rgb(49,127,150); }

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

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

 a { background-color: rgb(49,127,150); }

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

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

 span { border-color: rgb(49,127,150); }

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