#318CAA

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

Shades of Scooter #318CAA

Tints of Scooter #318CAA

Color information

#318CAA (or 0x318CAA) is unknown color: approx Scooter. HEX triplet: 31, 8C and AA. RGB value is (49,140,170). Sum of RGB (Red+Green+Blue) = 49+140+170=359 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.65% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #318CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318CAA is #CE7355. Grayscale: #747474. Windows color (decimal): -13529942 or 11177009. OLE color: 11177009.

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

Color convert

RGB49140170-
CMYK0.710.1800.33
HSL194.88º55.25%42.94%-
HSV(B)194.88º71.18%66.67%-
XYZ17.922.3141.39-
YUV116.21158.3580.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.65%
GREEN value IS 140 (55.08% from 255) = 39.00%
BLUE value IS 170 (66.80% from 255) = 47.35%
R=13.65%
G=39.00%
B=47.35%

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
Decimal491401700.710.1800.33194.8855.2542.94
Hex318CAA4712021c3372b
Octal61214252107220413036753
Binary1100011000110010101010100011110010010000111000011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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