#3E4BB1

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

Shades of Free Speech Blue #3E4BB1

Tints of Free Speech Blue #3E4BB1

Color information

#3E4BB1 (or 0x3E4BB1) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 4B and B1. RGB value is (62,75,177). Sum of RGB (Red+Green+Blue) = 62+75+177=314 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.75% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 177 (69.53% from 255 or 56.37% from 314); Max value from RGB is 177 - color contains mainly: blue. Hex color #3E4BB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4BB1 is #C1B44E. Grayscale: #525252. Windows color (decimal): -12694607 or 11619134. OLE color: 11619134.

HSL color Cylindrical-coordinate representation of color #3E4BB1: hue angle of 233.22º 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 #3E4BB1 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6275177-
CMYK0.650.5800.31
HSL233.22º48.12%46.86%-
HSV(B)233.22º64.97%69.41%-
XYZ12.449.2342.72-
YUV82.74181.19113.21-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.75%
GREEN value IS 75 (29.69% from 255) = 23.89%
BLUE value IS 177 (69.53% from 255) = 56.37%
R=19.75%
G=23.89%
B=56.37%

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
Decimal62751770.650.5800.31233.2248.1246.86
Hex3E4BB1413A01Fe9302f
Octal76113261101720373516057
Binary111110100101110110001100000111101001111111101001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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