#3E57BA

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

Shades of Free Speech Blue #3E57BA

Tints of Free Speech Blue #3E57BA

Color information

#3E57BA (or 0x3E57BA) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 57 and BA. RGB value is (62,87,186). Sum of RGB (Red+Green+Blue) = 62+87+186=335 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.51% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E57BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E57BA is #C1A845. Grayscale: #5A5A5A. Windows color (decimal): -12691526 or 12212030. OLE color: 12212030.

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

Color convert

RGB6287186-
CMYK0.670.5300.27
HSL227.9º50%48.63%-
HSV(B)227.9º66.67%72.94%-
XYZ14.2611.3947.9-
YUV90.81181.72107.45-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.51%
GREEN value IS 87 (34.38% from 255) = 25.97%
BLUE value IS 186 (73.05% from 255) = 55.52%
R=18.51%
G=25.97%
B=55.52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal62871860.670.5300.27227.95048.63
Hex3E57BA433501Be43231
Octal76127272103650333446261
Binary111110101011110111010100001111010101101111100100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E57BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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