#319298

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

Shades of Scooter #319298

Tints of Scooter #319298

Color information

#319298 (or 0x319298) is unknown color: approx Scooter. HEX triplet: 31, 92 and 98. RGB value is (49,146,152). Sum of RGB (Red+Green+Blue) = 49+146+152=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 152 - color contains mainly: blue. Hex color #319298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319298 is #CE6D67. Grayscale: #757575. Windows color (decimal): -13528424 or 9998897. OLE color: 9998897.

HSL color Cylindrical-coordinate representation of color #319298: hue angle of 183.5º 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 #319298 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB49146152-
CMYK0.680.0400.40
HSL183.5º51.24%39.41%-
HSV(B)183.5º67.76%59.61%-
XYZ17.2123.4833.33-
YUV117.68147.3679.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.12%
GREEN value IS 146 (57.42% from 255) = 42.07%
BLUE value IS 152 (59.77% from 255) = 43.80%
R=14.12%
G=42.07%
B=43.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal491461520.680.0400.40183.551.2439.41
Hex319298444028b73327
Octal6122223010440502676347
Binary11000110010010100110001000100100010100010110111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319298; }

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

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

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

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

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

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

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

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