#318790

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

Shades of Scooter #318790

Tints of Scooter #318790

Color information

#318790 (or 0x318790) is unknown color: approx Scooter. HEX triplet: 31, 87 and 90. RGB value is (49,135,144). Sum of RGB (Red+Green+Blue) = 49+135+144=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #318790 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318790 is #CE786F. Grayscale: #6E6E6E. Windows color (decimal): -13531248 or 9471793. OLE color: 9471793.

HSL color Cylindrical-coordinate representation of color #318790: hue angle of 185.68º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #318790 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB49135144-
CMYK0.660.0600.44
HSL185.68º49.22%37.84%-
HSV(B)185.68º65.97%56.47%-
XYZ14.9619.9929.46-
YUV110.31147.0184.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.94%
GREEN value IS 135 (53.12% from 255) = 41.16%
BLUE value IS 144 (56.64% from 255) = 43.90%
R=14.94%
G=41.16%
B=43.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal491351440.660.0600.44185.6849.2237.84
Hex31879042602Cba3126
Octal6120722010260542726146
Binary11000110000111100100001000010110010110010111010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318790; }

 p { color: rgb(49,135,144); }

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

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

 a { background-color: rgb(49,135,144); }

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

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

 span { border-color: rgb(49,135,144); }

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