#3E55B2

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

Shades of Free Speech Blue #3E55B2

Tints of Free Speech Blue #3E55B2

Color information

#3E55B2 (or 0x3E55B2) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 55 and B2. RGB value is (62,85,178). Sum of RGB (Red+Green+Blue) = 62+85+178=325 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.08% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 178 (69.92% from 255 or 54.77% from 325); Max value from RGB is 178 - color contains mainly: blue. Hex color #3E55B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E55B2 is #C1AA4D. Grayscale: #585858. Windows color (decimal): -12692046 or 11687230. OLE color: 11687230.

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

Color convert

RGB6285178-
CMYK0.650.5200.30
HSL228.1º48.33%47.06%-
HSV(B)228.1º65.17%69.8%-
XYZ13.2710.7443.49-
YUV88.72178.38108.94-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.08%
GREEN value IS 85 (33.59% from 255) = 26.15%
BLUE value IS 178 (69.92% from 255) = 54.77%
R=19.08%
G=26.15%
B=54.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal62851780.650.5200.30228.148.3347.06
Hex3E55B2413401Ee4302f
Octal76125262101640363446057
Binary111110101010110110010100000111010001111011100100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E55B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,85,178); }

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

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

 a { background-color: rgb(62,85,178); }

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

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

 span { border-color: rgb(62,85,178); }

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