#3A3FAD

Color #3A3FAD Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #3A3FAD

Tints of Free Speech Blue #3A3FAD

Color information

#3A3FAD (or 0x3A3FAD) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 3F and AD. RGB value is (58,63,173). Sum of RGB (Red+Green+Blue) = 58+63+173=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A3FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3FAD is #C5C052. Grayscale: #494949. Windows color (decimal): -12959827 or 11353914. OLE color: 11353914.

HSL color Cylindrical-coordinate representation of color #3A3FAD: hue angle of 237.39º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A3FAD is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5863173-
CMYK0.660.6400.32
HSL237.39º49.78%45.29%-
HSV(B)237.39º66.47%67.84%-
XYZ11.077.4740.39-
YUV74.04183.84116.56-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.73%
GREEN value IS 63 (25% from 255) = 21.43%
BLUE value IS 173 (67.97% from 255) = 58.84%
R=19.73%
G=21.43%
B=58.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal58631730.660.6400.32237.3949.7845.29
Hex3A3FAD4240020ed322d
Octal72772551021000403556255
Binary1110101111111010110110000101000000010000011101101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,63,173); }

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

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

 a { background-color: rgb(58,63,173); }

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

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

 span { border-color: rgb(58,63,173); }

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