#3E5EBA

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

Shades of Free Speech Blue #3E5EBA

Tints of Free Speech Blue #3E5EBA

Color information

#3E5EBA (or 0x3E5EBA) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 5E and BA. RGB value is (62,94,186). Sum of RGB (Red+Green+Blue) = 62+94+186=342 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.13% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E5EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5EBA is #C1A145. Grayscale: #5E5E5E. Windows color (decimal): -12689734 or 12213822. OLE color: 12213822.

HSL color Cylindrical-coordinate representation of color #3E5EBA: hue angle of 224.52º 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 #3E5EBA is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6294186-
CMYK0.670.4900.27
HSL224.52º50%48.63%-
HSV(B)224.52º66.67%72.94%-
XYZ14.8512.5748.1-
YUV94.92179.4104.52-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.13%
GREEN value IS 94 (37.11% from 255) = 27.49%
BLUE value IS 186 (73.05% from 255) = 54.39%
R=18.13%
G=27.49%
B=54.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal62941860.670.4900.27224.525048.63
Hex3E5EBA433101Be13231
Octal76136272103610333416261
Binary111110101111010111010100001111000101101111100001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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