#3A3EC4

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

Shades of Free Speech Blue #3A3EC4

Tints of Free Speech Blue #3A3EC4

Color information

#3A3EC4 (or 0x3A3EC4) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 3E and C4. RGB value is (58,62,196). Sum of RGB (Red+Green+Blue) = 58+62+196=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 196 (76.95% from 255 or 62.03% from 316); Max value from RGB is 196 - color contains mainly: blue. Hex color #3A3EC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A3EC4 is #C5C13B. Grayscale: #4B4B4B. Windows color (decimal): -12960060 or 12860986. OLE color: 12860986.

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

Color convert

RGB5862196-
CMYK0.700.6800.23
HSL238.26º54.33%49.8%-
HSV(B)238.26º70.41%76.86%-
XYZ13.438.3353.12-
YUV76.08195.67115.1-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.35%
GREEN value IS 62 (24.61% from 255) = 19.62%
BLUE value IS 196 (76.95% from 255) = 62.03%
R=18.35%
G=19.62%
B=62.03%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal58621960.700.6800.23238.2654.3349.8
Hex3A3EC44644017ee3632
Octal72763041061040273566662
Binary111010111110110001001000110100010001011111101110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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