#318BAA

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

Shades of Scooter #318BAA

Tints of Scooter #318BAA

Color information

#318BAA (or 0x318BAA) is unknown color: approx Scooter. HEX triplet: 31, 8B and AA. RGB value is (49,139,170). Sum of RGB (Red+Green+Blue) = 49+139+170=358 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.69% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #318BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318BAA is #CE7455. Grayscale: #737373. Windows color (decimal): -13530198 or 11176753. OLE color: 11176753.

HSL color Cylindrical-coordinate representation of color #318BAA: hue angle of 195.37º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #318BAA is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB49139170-
CMYK0.710.1800.33
HSL195.37º55.25%42.94%-
HSV(B)195.37º71.18%66.67%-
XYZ17.7522.0241.34-
YUV115.62158.6880.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.69%
GREEN value IS 139 (54.69% from 255) = 38.83%
BLUE value IS 170 (66.80% from 255) = 47.49%
R=13.69%
G=38.83%
B=47.49%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal491391700.710.1800.33195.3755.2542.94
Hex318BAA4712021c3372b
Octal61213252107220413036753
Binary1100011000101110101010100011110010010000111000011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318BAA; }

 p { color: rgb(49,139,170); }

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

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

 a { background-color: rgb(49,139,170); }

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

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

 span { border-color: rgb(49,139,170); }

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