#3E53C1

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

Shades of Free Speech Blue #3E53C1

Tints of Free Speech Blue #3E53C1

Color information

#3E53C1 (or 0x3E53C1) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 53 and C1. RGB value is (62,83,193). Sum of RGB (Red+Green+Blue) = 62+83+193=338 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.34% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 193 (75.78% from 255 or 57.10% from 338); Max value from RGB is 193 - color contains mainly: blue. Hex color #3E53C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E53C1 is #C1AC3E. Grayscale: #585858. Windows color (decimal): -12692543 or 12669758. OLE color: 12669758.

HSL color Cylindrical-coordinate representation of color #3E53C1: hue angle of 230.38º 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 #3E53C1 is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6283193-
CMYK0.680.5700.24
HSL230.38º51.37%50%-
HSV(B)230.38º67.88%75.69%-
XYZ14.7111.0651.81-
YUV89.26186.54108.56-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.34%
GREEN value IS 83 (32.81% from 255) = 24.56%
BLUE value IS 193 (75.78% from 255) = 57.10%
R=18.34%
G=24.56%
B=57.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal62831930.680.5700.24230.3851.3750
Hex3E53C14439018e63332
Octal76123301104710303466362
Binary111110101001111000001100010011100101100011100110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E53C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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