#3A40E0

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

Shades of Free Speech Blue #3A40E0

Tints of Free Speech Blue #3A40E0

Color information

#3A40E0 (or 0x3A40E0) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 40 and E0. RGB value is (58,64,224). Sum of RGB (Red+Green+Blue) = 58+64+224=346 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.76% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 224 (87.89% from 255 or 64.74% from 346); Max value from RGB is 224 - color contains mainly: blue. Hex color #3A40E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A40E0 is #C5BF1F. Grayscale: #4F4F4F. Windows color (decimal): -12959520 or 14696506. OLE color: 14696506.

HSL color Cylindrical-coordinate representation of color #3A40E0: hue angle of 237.83º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A40E0 is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB5864224-
CMYK0.740.7100.12
HSL237.83º72.81%55.29%-
HSV(B)237.83º74.11%87.84%-
XYZ17.039.9571.54-
YUV80.45209.01111.99-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.76%
GREEN value IS 64 (25.39% from 255) = 18.50%
BLUE value IS 224 (87.89% from 255) = 64.74%
R=16.76%
G=18.50%
B=64.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal58642240.740.7100.12237.8372.8155.29
Hex3A40E04A470Cee4937
Octal7210034011210701435611167
Binary1110101000000111000001001010100011101100111011101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A40E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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