#3A97A9

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

Shades of Scooter #3A97A9

Tints of Scooter #3A97A9

Color information

#3A97A9 (or 0x3A97A9) is unknown color: approx Scooter. HEX triplet: 3A, 97 and A9. RGB value is (58,151,169). Sum of RGB (Red+Green+Blue) = 58+151+169=378 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.34% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 169 (66.41% from 255 or 44.71% from 378); Max value from RGB is 169 - color contains mainly: blue. Hex color #3A97A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A97A9 is #C56856. Grayscale: #7D7D7D. Windows color (decimal): -12937303 or 11114298. OLE color: 11114298.

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

Color convert

RGB58151169-
CMYK0.660.1100.34
HSL189.73º48.9%44.51%-
HSV(B)189.73º65.68%66.27%-
XYZ19.9725.941.48-
YUV125.24152.6980.04-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.34%
GREEN value IS 151 (59.38% from 255) = 39.95%
BLUE value IS 169 (66.41% from 255) = 44.71%
R=15.34%
G=39.95%
B=44.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal581511690.660.1100.34189.7348.944.51
Hex3A97A942B022be312d
Octal72227251102130422766155
Binary111010100101111010100110000101011010001010111110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A97A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,151,169); }

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

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

 a { background-color: rgb(58,151,169); }

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

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

 span { border-color: rgb(58,151,169); }

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