#3A40C4

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

Shades of Free Speech Blue #3A40C4

Tints of Free Speech Blue #3A40C4

Color information

#3A40C4 (or 0x3A40C4) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 40 and C4. RGB value is (58,64,196). Sum of RGB (Red+Green+Blue) = 58+64+196=318 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.24% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 196 (76.95% from 255 or 61.64% from 318); Max value from RGB is 196 - color contains mainly: blue. Hex color #3A40C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A40C4 is #C5BF3B. Grayscale: #4C4C4C. Windows color (decimal): -12959548 or 12861498. OLE color: 12861498.

HSL color Cylindrical-coordinate representation of color #3A40C4: hue angle of 237.39º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A40C4 is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5864196-
CMYK0.700.6700.23
HSL237.39º54.33%49.8%-
HSV(B)237.39º70.41%76.86%-
XYZ13.548.5553.16-
YUV77.25195.01114.27-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.24%
GREEN value IS 64 (25.39% from 255) = 20.13%
BLUE value IS 196 (76.95% from 255) = 61.64%
R=18.24%
G=20.13%
B=61.64%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal58641960.700.6700.23237.3954.3349.8
Hex3A40C44643017ed3632
Octal721003041061030273556662
Binary1110101000000110001001000110100001101011111101101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A40C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,64,196); }

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

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

 a { background-color: rgb(58,64,196); }

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

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

 span { border-color: rgb(58,64,196); }

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