#3A94A4

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

Shades of Scooter #3A94A4

Tints of Scooter #3A94A4

Color information

#3A94A4 (or 0x3A94A4) is unknown color: approx Scooter. HEX triplet: 3A, 94 and A4. RGB value is (58,148,164). Sum of RGB (Red+Green+Blue) = 58+148+164=370 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.68% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 164 (64.45% from 255 or 44.32% from 370); Max value from RGB is 164 - color contains mainly: blue. Hex color #3A94A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A94A4 is #C56B5B. Grayscale: #7A7A7A. Windows color (decimal): -12938076 or 10785850. OLE color: 10785850.

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

Color convert

RGB58148164-
CMYK0.650.1000.36
HSL189.06º47.75%43.53%-
HSV(B)189.06º64.63%64.31%-
XYZ19.0424.7638.9-
YUV122.91151.1881.7-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.68%
GREEN value IS 148 (58.20% from 255) = 40%
BLUE value IS 164 (64.45% from 255) = 44.32%
R=15.68%
G=40%
B=44.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal581481640.650.1000.36189.0647.7543.53
Hex3A94A441A024bd302c
Octal72224244101120442756054
Binary111010100101001010010010000011010010010010111101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A94A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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