#3E48C1

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

Shades of Free Speech Blue #3E48C1

Tints of Free Speech Blue #3E48C1

Color information

#3E48C1 (or 0x3E48C1) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 48 and C1. RGB value is (62,72,193). Sum of RGB (Red+Green+Blue) = 62+72+193=327 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.96% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 193 (75.78% from 255 or 59.02% from 327); Max value from RGB is 193 - color contains mainly: blue. Hex color #3E48C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E48C1 is #C1B73E. Grayscale: #525252. Windows color (decimal): -12695359 or 12666942. OLE color: 12666942.

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

Color convert

RGB6272193-
CMYK0.680.6300.24
HSL235.42º51.37%50%-
HSV(B)235.42º67.88%75.69%-
XYZ13.939.5151.55-
YUV82.8190.19113.16-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.96%
GREEN value IS 72 (28.52% from 255) = 22.02%
BLUE value IS 193 (75.78% from 255) = 59.02%
R=18.96%
G=22.02%
B=59.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal62721930.680.6300.24235.4251.3750
Hex3E48C1443F018eb3332
Octal76110301104770303536362
Binary111110100100011000001100010011111101100011101011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E48C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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