#3A54C1

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

Shades of Free Speech Blue #3A54C1

Tints of Free Speech Blue #3A54C1

Color information

#3A54C1 (or 0x3A54C1) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 54 and C1. RGB value is (58,84,193). Sum of RGB (Red+Green+Blue) = 58+84+193=335 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.31% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 193 (75.78% from 255 or 57.61% from 335); Max value from RGB is 193 - color contains mainly: blue. Hex color #3A54C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A54C1 is #C5AB3E. Grayscale: #585858. Windows color (decimal): -12954431 or 12670010. OLE color: 12670010.

HSL color Cylindrical-coordinate representation of color #3A54C1: hue angle of 228.44º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A54C1 is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5884193-
CMYK0.700.5600.24
HSL228.44º53.78%49.22%-
HSV(B)228.44º69.95%75.69%-
XYZ14.5411.0951.83-
YUV88.65186.89106.14-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.31%
GREEN value IS 84 (33.20% from 255) = 25.07%
BLUE value IS 193 (75.78% from 255) = 57.61%
R=17.31%
G=25.07%
B=57.61%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal58841930.700.5600.24228.4453.7849.22
Hex3A54C14638018e43631
Octal72124301106700303446661
Binary111010101010011000001100011011100001100011100100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A54C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,84,193); }

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

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

 a { background-color: rgb(58,84,193); }

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

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

 span { border-color: rgb(58,84,193); }

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