#3A8EA0

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

Shades of Scooter #3A8EA0

Tints of Scooter #3A8EA0

Color information

#3A8EA0 (or 0x3A8EA0) is unknown color: approx Scooter. HEX triplet: 3A, 8E and A0. RGB value is (58,142,160). Sum of RGB (Red+Green+Blue) = 58+142+160=360 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.11% from 360); Green value is 142 (55.86% from 255 or 39.44% from 360); Blue value is 160 (62.89% from 255 or 44.44% from 360); Max value from RGB is 160 - color contains mainly: blue. Hex color #3A8EA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8EA0 is #C5715F. Grayscale: #767676. Windows color (decimal): -12939616 or 10522170. OLE color: 10522170.

HSL color Cylindrical-coordinate representation of color #3A8EA0: hue angle of 190.59º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A8EA0 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB58142160-
CMYK0.640.1100.37
HSL190.59º46.79%42.75%-
HSV(B)190.59º63.75%62.75%-
XYZ17.7622.7836.72-
YUV118.94151.1784.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.11%
GREEN value IS 142 (55.86% from 255) = 39.44%
BLUE value IS 160 (62.89% from 255) = 44.44%
R=16.11%
G=39.44%
B=44.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal581421600.640.1100.37190.5946.7942.75
Hex3A8EA040B025bf2f2b
Octal72216240100130452775753
Binary111010100011101010000010000001011010010110111111101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,142,160); }

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

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

 a { background-color: rgb(58,142,160); }

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

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

 span { border-color: rgb(58,142,160); }

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