#3A46B3

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

Shades of Free Speech Blue #3A46B3

Tints of Free Speech Blue #3A46B3

Color information

#3A46B3 (or 0x3A46B3) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 46 and B3. RGB value is (58,70,179). Sum of RGB (Red+Green+Blue) = 58+70+179=307 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.89% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 179 (70.31% from 255 or 58.31% from 307); Max value from RGB is 179 - color contains mainly: blue. Hex color #3A46B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A46B3 is #C5B94C. Grayscale: #4E4E4E. Windows color (decimal): -12958029 or 11748922. OLE color: 11748922.

HSL color Cylindrical-coordinate representation of color #3A46B3: hue angle of 234.05º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A46B3 is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5870179-
CMYK0.680.6100.30
HSL234.05º51.05%46.47%-
HSV(B)234.05º67.6%70.2%-
XYZ12.078.5343.66-
YUV78.84184.52113.14-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.89%
GREEN value IS 70 (27.73% from 255) = 22.80%
BLUE value IS 179 (70.31% from 255) = 58.31%
R=18.89%
G=22.80%
B=58.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal58701790.680.6100.30234.0551.0546.47
Hex3A46B3443D01Eea332e
Octal72106263104750363526356
Binary111010100011010110011100010011110101111011101010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A46B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,70,179); }

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

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

 a { background-color: rgb(58,70,179); }

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

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

 span { border-color: rgb(58,70,179); }

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