#3390aa

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

Shades of Scooter #3390AA

Tints of Scooter #3390AA

Color information

#3390AA (or 0x3390AA) is unknown color: approx Scooter. HEX triplet: 33, 90 and AA. RGB value is (51,144,170). Sum of RGB (Red+Green+Blue) = 51+144+170=365 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.97% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #3390AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3390AA is #CC6F55. Grayscale: #767676. Windows color (decimal): -13397846 or 11178035. OLE color: 11178035.

HSL color Cylindrical-coordinate representation of color #3390AA: hue angle of 193.11º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3390AA is Cyan = 0.7, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB51144170-
CMYK0.70.1500.33
HSL193.11º53.85%43.33%-
HSV(B)193.11º70%66.67%-
XYZ18.5923.5541.6-
YUV119.16156.6979.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.97%
GREEN value IS 144 (56.64% from 255) = 39.45%
BLUE value IS 170 (66.80% from 255) = 46.58%
R=13.97%
G=39.45%
B=46.58%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511441700.70.1500.33193.1153.8543.33
Hex3390AA46F021c1362b
Octal63220252106170413016653
Binary110011100100001010101010001101111010000111000001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3390aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3390aa; }

 p { color: rgb(51,144,170); }

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

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

 a { background-color: rgb(51,144,170); }

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

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

 span { border-color: rgb(51,144,170); }

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