#318498

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

Shades of Scooter #318498

Tints of Scooter #318498

Color information

#318498 (or 0x318498) is unknown color: approx Scooter. HEX triplet: 31, 84 and 98. RGB value is (49,132,152). Sum of RGB (Red+Green+Blue) = 49+132+152=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 152 - color contains mainly: blue. Hex color #318498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318498 is #CE7B67. Grayscale: #6D6D6D. Windows color (decimal): -13532008 or 9995313. OLE color: 9995313.

HSL color Cylindrical-coordinate representation of color #318498: hue angle of 191.65º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #318498 is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB49132152-
CMYK0.680.1300.40
HSL191.65º51.24%39.41%-
HSV(B)191.65º67.76%59.61%-
XYZ15.1919.4232.65-
YUV109.4615284.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.71%
GREEN value IS 132 (51.95% from 255) = 39.64%
BLUE value IS 152 (59.77% from 255) = 45.65%
R=14.71%
G=39.64%
B=45.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal491321520.680.1300.40191.6551.2439.41
Hex31849844D028c03327
Octal61204230104150503006347
Binary110001100001001001100010001001101010100011000000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318498; }

 p { color: rgb(49,132,152); }

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

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

 a { background-color: rgb(49,132,152); }

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

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

 span { border-color: rgb(49,132,152); }

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