#3E4ABE

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

Shades of Free Speech Blue #3E4ABE

Tints of Free Speech Blue #3E4ABE

Color information

#3E4ABE (or 0x3E4ABE) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 4A and BE. RGB value is (62,74,190). Sum of RGB (Red+Green+Blue) = 62+74+190=326 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.02% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E4ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E4ABE is #C1B541. Grayscale: #535353. Windows color (decimal): -12694850 or 12470846. OLE color: 12470846.

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

Color convert

RGB6274190-
CMYK0.670.6100.25
HSL234.38º50.79%49.41%-
HSV(B)234.38º67.37%74.51%-
XYZ13.739.6449.85-
YUV83.64188.02112.57-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.02%
GREEN value IS 74 (29.30% from 255) = 22.70%
BLUE value IS 190 (74.61% from 255) = 58.28%
R=19.02%
G=22.70%
B=58.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal62741900.670.6100.25234.3850.7949.41
Hex3E4ABE433D019ea3331
Octal76112276103750313526361
Binary111110100101010111110100001111110101100111101010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,74,190); }

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

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

 a { background-color: rgb(62,74,190); }

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

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

 span { border-color: rgb(62,74,190); }

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