#318696

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

Shades of Scooter #318696

Tints of Scooter #318696

Color information

#318696 (or 0x318696) is unknown color: approx Scooter. HEX triplet: 31, 86 and 96. RGB value is (49,134,150). Sum of RGB (Red+Green+Blue) = 49+134+150=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #318696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318696 is #CE7969. Grayscale: #6E6E6E. Windows color (decimal): -13531498 or 9864753. OLE color: 9864753.

HSL color Cylindrical-coordinate representation of color #318696: hue angle of 189.5º 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 #318696 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB49134150-
CMYK0.670.1100.41
HSL189.5º50.75%39.02%-
HSV(B)189.5º67.33%58.82%-
XYZ15.319.9131.89-
YUV110.41150.3484.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.71%
GREEN value IS 134 (52.73% from 255) = 40.24%
BLUE value IS 150 (58.98% from 255) = 45.05%
R=14.71%
G=40.24%
B=45.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal491341500.670.1100.41189.550.7539.02
Hex31869643B029be3327
Octal61206226103130512766347
Binary110001100001101001011010000111011010100110111110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318696; }

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

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

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

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

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

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

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

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