#3A899E

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

Shades of Scooter #3A899E

Tints of Scooter #3A899E

Color information

#3A899E (or 0x3A899E) is unknown color: approx Scooter. HEX triplet: 3A, 89 and 9E. RGB value is (58,137,158). Sum of RGB (Red+Green+Blue) = 58+137+158=353 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.43% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A899E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A899E is #C57661. Grayscale: #737373. Windows color (decimal): -12940898 or 10389818. OLE color: 10389818.

HSL color Cylindrical-coordinate representation of color #3A899E: hue angle of 192.6º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A899E is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB58137158-
CMYK0.630.1300.38
HSL192.6º46.3%42.35%-
HSV(B)192.6º63.29%61.96%-
XYZ16.8621.2635.56-
YUV115.77151.8386.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.43%
GREEN value IS 137 (53.91% from 255) = 38.81%
BLUE value IS 158 (62.11% from 255) = 44.76%
R=16.43%
G=38.81%
B=44.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal581371580.630.1300.38192.646.342.35
Hex3A899E3FD026c12e2a
Octal7221123677150463015652
Binary11101010001001100111101111111101010011011000001101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,137,158); }

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

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

 a { background-color: rgb(58,137,158); }

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

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

 span { border-color: rgb(58,137,158); }

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