#3A899D

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

Shades of Scooter #3A899D

Tints of Scooter #3A899D

Color information

#3A899D (or 0x3A899D) is unknown color: approx Scooter. HEX triplet: 3A, 89 and 9D. RGB value is (58,137,157). Sum of RGB (Red+Green+Blue) = 58+137+157=352 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.48% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A899D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A899D is #C57662. Grayscale: #737373. Windows color (decimal): -12940899 or 10324282. OLE color: 10324282.

HSL color Cylindrical-coordinate representation of color #3A899D: hue angle of 192.12º 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 #3A899D is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB58137157-
CMYK0.630.1300.38
HSL192.12º46.05%42.16%-
HSV(B)192.12º63.06%61.57%-
XYZ16.7821.2335.11-
YUV115.66151.3386.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.48%
GREEN value IS 137 (53.91% from 255) = 38.92%
BLUE value IS 157 (61.72% from 255) = 44.60%
R=16.48%
G=38.92%
B=44.60%

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
Decimal581371570.630.1300.38192.1246.0542.16
Hex3A899D3FD026c02e2a
Octal7221123577150463005652
Binary11101010001001100111011111111101010011011000000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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