#3390AE

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

Shades of Scooter #3390AE

Tints of Scooter #3390AE

Color information

#3390AE (or 0x3390AE) is unknown color: approx Scooter. HEX triplet: 33, 90 and AE. RGB value is (51,144,174). Sum of RGB (Red+Green+Blue) = 51+144+174=369 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.82% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #3390AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3390AE is #CC6F51. Grayscale: #777777. Windows color (decimal): -13397842 or 11440179. OLE color: 11440179.

HSL color Cylindrical-coordinate representation of color #3390AE: hue angle of 194.63º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3390AE is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB51144174-
CMYK0.710.1700.32
HSL194.63º54.67%44.12%-
HSV(B)194.63º70.69%68.24%-
XYZ18.9823.7143.62-
YUV119.61158.6979.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.82%
GREEN value IS 144 (56.64% from 255) = 39.02%
BLUE value IS 174 (68.36% from 255) = 47.15%
R=13.82%
G=39.02%
B=47.15%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal511441740.710.1700.32194.6354.6744.12
Hex3390AE4711020c3372c
Octal63220256107210403036754
Binary1100111001000010101110100011110001010000011000011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3390AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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