#3E5AC1

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

Shades of Free Speech Blue #3E5AC1

Tints of Free Speech Blue #3E5AC1

Color information

#3E5AC1 (or 0x3E5AC1) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 5A and C1. RGB value is (62,90,193). Sum of RGB (Red+Green+Blue) = 62+90+193=345 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.97% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 193 (75.78% from 255 or 55.94% from 345); Max value from RGB is 193 - color contains mainly: blue. Hex color #3E5AC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5AC1 is #C1A53E. Grayscale: #5C5C5C. Windows color (decimal): -12690751 or 12671550. OLE color: 12671550.

HSL color Cylindrical-coordinate representation of color #3E5AC1: hue angle of 227.18º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E5AC1 is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6290193-
CMYK0.680.5300.24
HSL227.18º51.37%50%-
HSV(B)227.18º67.88%75.69%-
XYZ15.2712.1952-
YUV93.37184.22105.62-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.97%
GREEN value IS 90 (35.55% from 255) = 26.09%
BLUE value IS 193 (75.78% from 255) = 55.94%
R=17.97%
G=26.09%
B=55.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal62901930.680.5300.24227.1851.3750
Hex3E5AC14435018e33332
Octal76132301104650303436362
Binary111110101101011000001100010011010101100011100011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,90,193); }

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

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

 a { background-color: rgb(62,90,193); }

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

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

 span { border-color: rgb(62,90,193); }

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