#318BAB

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

Shades of Scooter #318BAB

Tints of Scooter #318BAB

Color information

#318BAB (or 0x318BAB) is unknown color: approx Scooter. HEX triplet: 31, 8B and AB. RGB value is (49,139,171). Sum of RGB (Red+Green+Blue) = 49+139+171=359 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.65% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #318BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318BAB is #CE7454. Grayscale: #737373. Windows color (decimal): -13530197 or 11242289. OLE color: 11242289.

HSL color Cylindrical-coordinate representation of color #318BAB: hue angle of 195.74º 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 #318BAB is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB49139171-
CMYK0.710.1900.33
HSL195.74º55.45%43.14%-
HSV(B)195.74º71.35%67.06%-
XYZ17.8522.0641.85-
YUV115.74159.1880.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.65%
GREEN value IS 139 (54.69% from 255) = 38.72%
BLUE value IS 171 (67.19% from 255) = 47.63%
R=13.65%
G=38.72%
B=47.63%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal491391710.710.1900.33195.7455.4543.14
Hex318BAB4713021c4372b
Octal61213253107230413046753
Binary1100011000101110101011100011110011010000111000100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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