#3490AB

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

Shades of Scooter #3490AB

Tints of Scooter #3490AB

Color information

#3490AB (or 0x3490AB) is unknown color: approx Scooter. HEX triplet: 34, 90 and AB. RGB value is (52,144,171). Sum of RGB (Red+Green+Blue) = 52+144+171=367 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.17% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #3490AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3490AB is #CB6F54. Grayscale: #777777. Windows color (decimal): -13332309 or 11243572. OLE color: 11243572.

HSL color Cylindrical-coordinate representation of color #3490AB: hue angle of 193.61º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3490AB is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB52144171-
CMYK0.700.1600.33
HSL193.61º53.36%43.73%-
HSV(B)193.61º69.59%67.06%-
XYZ18.7423.6242.1-
YUV119.57157.0279.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.17%
GREEN value IS 144 (56.64% from 255) = 39.24%
BLUE value IS 171 (67.19% from 255) = 46.59%
R=14.17%
G=39.24%
B=46.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521441710.700.1600.33193.6153.3643.73
Hex3490AB4610021c2352c
Octal64220253106200413026554
Binary1101001001000010101011100011010000010000111000010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3490AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3490AB; }

 p { color: rgb(52,144,171); }

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

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

 a { background-color: rgb(52,144,171); }

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

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

 span { border-color: rgb(52,144,171); }

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