#3E3CD1

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

Shades of Free Speech Blue #3E3CD1

Tints of Free Speech Blue #3E3CD1

Color information

#3E3CD1 (or 0x3E3CD1) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 3C and D1. RGB value is (62,60,209). Sum of RGB (Red+Green+Blue) = 62+60+209=331 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.73% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 209 (82.03% from 255 or 63.14% from 331); Max value from RGB is 209 - color contains mainly: blue. Hex color #3E3CD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E3CD1 is #C1C32E. Grayscale: #4C4C4C. Windows color (decimal): -12698415 or 13712446. OLE color: 13712446.

HSL color Cylindrical-coordinate representation of color #3E3CD1: hue angle of 240.81º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E3CD1 is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6260209-
CMYK0.700.7100.18
HSL240.81º61.83%52.75%-
HSV(B)240.81º71.29%81.96%-
XYZ15.118.8661.24-
YUV77.58202.16116.88-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.73%
GREEN value IS 60 (23.83% from 255) = 18.13%
BLUE value IS 209 (82.03% from 255) = 63.14%
R=18.73%
G=18.13%
B=63.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal62602090.700.7100.18240.8161.8352.75
Hex3E3CD14647012f13e35
Octal76743211061070223617665
Binary111110111100110100011000110100011101001011110001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,60,209); }

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

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

 a { background-color: rgb(62,60,209); }

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

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

 span { border-color: rgb(62,60,209); }

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