#3A40BE

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

Shades of Free Speech Blue #3A40BE

Tints of Free Speech Blue #3A40BE

Color information

#3A40BE (or 0x3A40BE) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 40 and BE. RGB value is (58,64,190). Sum of RGB (Red+Green+Blue) = 58+64+190=312 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.59% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A40BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A40BE is #C5BF41. Grayscale: #4C4C4C. Windows color (decimal): -12959554 or 12468282. OLE color: 12468282.

HSL color Cylindrical-coordinate representation of color #3A40BE: hue angle of 237.27º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A40BE is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5864190-
CMYK0.690.6600.25
HSL237.27º53.23%48.63%-
HSV(B)237.27º69.47%74.51%-
XYZ12.878.2849.64-
YUV76.57192.01114.75-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.59%
GREEN value IS 64 (25.39% from 255) = 20.51%
BLUE value IS 190 (74.61% from 255) = 60.90%
R=18.59%
G=20.51%
B=60.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal58641900.690.6600.25237.2753.2348.63
Hex3A40BE4542019ed3531
Octal721002761051020313556561
Binary1110101000000101111101000101100001001100111101101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A40BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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