#318491

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

Shades of Scooter #318491

Tints of Scooter #318491

Color information

#318491 (or 0x318491) is unknown color: approx Scooter. HEX triplet: 31, 84 and 91. RGB value is (49,132,145). Sum of RGB (Red+Green+Blue) = 49+132+145=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 145 - color contains mainly: blue. Hex color #318491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318491 is #CE7B6E. Grayscale: #6C6C6C. Windows color (decimal): -13532015 or 9536561. OLE color: 9536561.

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

Color convert

RGB49132145-
CMYK0.660.0900.43
HSL188.12º49.48%38.04%-
HSV(B)188.12º66.21%56.86%-
XYZ14.6319.229.72-
YUV108.66148.585.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.03%
GREEN value IS 132 (51.95% from 255) = 40.49%
BLUE value IS 145 (57.03% from 255) = 44.48%
R=15.03%
G=40.49%
B=44.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal491321450.660.0900.43188.1249.4838.04
Hex31849142902Bbc3126
Octal61204221102110532746146
Binary110001100001001001000110000101001010101110111100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318491; }

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

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

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

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

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

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

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

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