#318693

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

Shades of Scooter #318693

Tints of Scooter #318693

Color information

#318693 (or 0x318693) is unknown color: approx Scooter. HEX triplet: 31, 86 and 93. RGB value is (49,134,147). Sum of RGB (Red+Green+Blue) = 49+134+147=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #318693 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318693 is #CE796C. Grayscale: #6D6D6D. Windows color (decimal): -13531501 or 9668145. OLE color: 9668145.

HSL color Cylindrical-coordinate representation of color #318693: hue angle of 187.96º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #318693 is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB49134147-
CMYK0.670.0900.42
HSL187.96º50%38.43%-
HSV(B)187.96º66.67%57.65%-
XYZ15.0619.8130.63-
YUV110.07148.8484.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.85%
GREEN value IS 134 (52.73% from 255) = 40.61%
BLUE value IS 147 (57.81% from 255) = 44.55%
R=14.85%
G=40.61%
B=44.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491341470.670.0900.42187.965038.43
Hex31869343902Abc3226
Octal61206223103110522746246
Binary110001100001101001001110000111001010101010111100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318693; }

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

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

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

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

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

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

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

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