#3A4EC4

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

Shades of Free Speech Blue #3A4EC4

Tints of Free Speech Blue #3A4EC4

Color information

#3A4EC4 (or 0x3A4EC4) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 4E and C4. RGB value is (58,78,196). Sum of RGB (Red+Green+Blue) = 58+78+196=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 196 (76.95% from 255 or 59.04% from 332); Max value from RGB is 196 - color contains mainly: blue. Hex color #3A4EC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A4EC4 is #C5B13B. Grayscale: #545454. Windows color (decimal): -12955964 or 12865082. OLE color: 12865082.

HSL color Cylindrical-coordinate representation of color #3A4EC4: hue angle of 231.3º 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 #3A4EC4 is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5878196-
CMYK0.700.6000.23
HSL231.3º54.33%49.8%-
HSV(B)231.3º70.41%76.86%-
XYZ14.4310.3353.46-
YUV85.47190.37108.41-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.47%
GREEN value IS 78 (30.86% from 255) = 23.49%
BLUE value IS 196 (76.95% from 255) = 59.04%
R=17.47%
G=23.49%
B=59.04%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal58781960.700.6000.23231.354.3349.8
Hex3A4EC4463C017e73632
Octal72116304106740273476662
Binary111010100111011000100100011011110001011111100111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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