#3E35C1

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

Shades of Free Speech Blue #3E35C1

Tints of Free Speech Blue #3E35C1

Color information

#3E35C1 (or 0x3E35C1) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 35 and C1. RGB value is (62,53,193). Sum of RGB (Red+Green+Blue) = 62+53+193=308 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.13% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 193 (75.78% from 255 or 62.66% from 308); Max value from RGB is 193 - color contains mainly: blue. Hex color #3E35C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E35C1 is #C1CA3E. Grayscale: #474747. Windows color (decimal): -12700223 or 12662078. OLE color: 12662078.

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

Color convert

RGB6253193-
CMYK0.680.7300.24
HSL243.86º56.91%48.24%-
HSV(B)243.86º72.54%75.69%-
XYZ12.897.4251.21-
YUV71.65196.48121.12-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.13%
GREEN value IS 53 (21.09% from 255) = 17.21%
BLUE value IS 193 (75.78% from 255) = 62.66%
R=20.13%
G=17.21%
B=62.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal62531930.680.7300.24243.8656.9148.24
Hex3E35C14449018f43930
Octal76653011041110303647160
Binary111110110101110000011000100100100101100011110100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E35C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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