#3a9faa

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

Shades of Scooter #3A9FAA

Tints of Scooter #3A9FAA

Color information

#3A9FAA (or 0x3A9FAA) is unknown color: approx Scooter. HEX triplet: 3A, 9F and AA. RGB value is (58,159,170). Sum of RGB (Red+Green+Blue) = 58+159+170=387 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.99% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A9FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9FAA is #C56055. Grayscale: #818181. Windows color (decimal): -12935254 or 11181882. OLE color: 11181882.

HSL color Cylindrical-coordinate representation of color #3A9FAA: hue angle of 185.89º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A9FAA is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB58159170-
CMYK0.660.0600.33
HSL185.89º49.12%44.71%-
HSV(B)185.89º65.88%66.67%-
XYZ21.428.642.42-
YUV130.06150.5476.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.99%
GREEN value IS 159 (62.5% from 255) = 41.09%
BLUE value IS 170 (66.80% from 255) = 43.93%
R=14.99%
G=41.09%
B=43.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal581591700.660.0600.33185.8949.1244.71
Hex3A9FAA426021ba312d
Octal7223725210260412726155
Binary11101010011111101010101000010110010000110111010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a9faa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3a9faa; }

 p { color: rgb(58,159,170); }

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

<style>
 a { background-color: #3a9faa; }

 a { background-color: rgb(58,159,170); }

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

<style>
 span { border-color: #3a9faa; }

 span { border-color: rgb(58,159,170); }

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