#3A94A5

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

Shades of Scooter #3A94A5

Tints of Scooter #3A94A5

Color information

#3A94A5 (or 0x3A94A5) is unknown color: approx Scooter. HEX triplet: 3A, 94 and A5. RGB value is (58,148,165). Sum of RGB (Red+Green+Blue) = 58+148+165=371 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.63% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 165 (64.84% from 255 or 44.47% from 371); Max value from RGB is 165 - color contains mainly: blue. Hex color #3A94A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A94A5 is #C56B5A. Grayscale: #7A7A7A. Windows color (decimal): -12938075 or 10851386. OLE color: 10851386.

HSL color Cylindrical-coordinate representation of color #3A94A5: hue angle of 189.53º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A94A5 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB58148165-
CMYK0.650.1000.35
HSL189.53º47.98%43.73%-
HSV(B)189.53º64.85%64.71%-
XYZ19.1324.839.38-
YUV123.03151.6881.62-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.63%
GREEN value IS 148 (58.20% from 255) = 39.89%
BLUE value IS 165 (64.84% from 255) = 44.47%
R=15.63%
G=39.89%
B=44.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal581481650.650.1000.35189.5347.9843.73
Hex3A94A541A023be302c
Octal72224245101120432766054
Binary111010100101001010010110000011010010001110111110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A94A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,148,165); }

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

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

 a { background-color: rgb(58,148,165); }

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

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

 span { border-color: rgb(58,148,165); }

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