#3E4AB1

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

Shades of Free Speech Blue #3E4AB1

Tints of Free Speech Blue #3E4AB1

Color information

#3E4AB1 (or 0x3E4AB1) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 4A and B1. RGB value is (62,74,177). Sum of RGB (Red+Green+Blue) = 62+74+177=313 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.81% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 177 (69.53% from 255 or 56.55% from 313); Max value from RGB is 177 - color contains mainly: blue. Hex color #3E4AB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4AB1 is #C1B54E. Grayscale: #515151. Windows color (decimal): -12694863 or 11618878. OLE color: 11618878.

HSL color Cylindrical-coordinate representation of color #3E4AB1: hue angle of 233.74º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E4AB1 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6274177-
CMYK0.650.5800.31
HSL233.74º48.12%46.86%-
HSV(B)233.74º64.97%69.41%-
XYZ12.379.142.7-
YUV82.15181.52113.62-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.81%
GREEN value IS 74 (29.30% from 255) = 23.64%
BLUE value IS 177 (69.53% from 255) = 56.55%
R=19.81%
G=23.64%
B=56.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal62741770.650.5800.31233.7448.1246.86
Hex3E4AB1413A01Fea302f
Octal76112261101720373526057
Binary111110100101010110001100000111101001111111101010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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