#3E4EBA

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

Shades of Free Speech Blue #3E4EBA

Tints of Free Speech Blue #3E4EBA

Color information

#3E4EBA (or 0x3E4EBA) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 4E and BA. RGB value is (62,78,186). Sum of RGB (Red+Green+Blue) = 62+78+186=326 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.02% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E4EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E4EBA is #C1B145. Grayscale: #555555. Windows color (decimal): -12693830 or 12209726. OLE color: 12209726.

HSL color Cylindrical-coordinate representation of color #3E4EBA: hue angle of 232.26º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E4EBA is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6278186-
CMYK0.670.5800.27
HSL232.26º50%48.63%-
HSV(B)232.26º66.67%72.94%-
XYZ13.5710.0247.67-
YUV85.53184.7111.22-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.02%
GREEN value IS 78 (30.86% from 255) = 23.93%
BLUE value IS 186 (73.05% from 255) = 57.06%
R=19.02%
G=23.93%
B=57.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal62781860.670.5800.27232.265048.63
Hex3E4EBA433A01Be83231
Octal76116272103720333506261
Binary111110100111010111010100001111101001101111101000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,78,186); }

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

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

 a { background-color: rgb(62,78,186); }

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

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

 span { border-color: rgb(62,78,186); }

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