#3E34D1

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

Shades of Free Speech Blue #3E34D1

Tints of Free Speech Blue #3E34D1

Color information

#3E34D1 (or 0x3E34D1) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 34 and D1. RGB value is (62,52,209). Sum of RGB (Red+Green+Blue) = 62+52+209=323 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.20% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 209 (82.03% from 255 or 64.71% from 323); Max value from RGB is 209 - color contains mainly: blue. Hex color #3E34D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E34D1 is #C1CB2E. Grayscale: #484848. Windows color (decimal): -12700463 or 13710398. OLE color: 13710398.

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

Color convert

RGB6252209-
CMYK0.700.7500.18
HSL243.82º63.05%51.18%-
HSV(B)243.82º75.12%81.96%-
XYZ14.728.0861.11-
YUV72.89204.81120.23-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.20%
GREEN value IS 52 (20.70% from 255) = 16.10%
BLUE value IS 209 (82.03% from 255) = 64.71%
R=19.20%
G=16.10%
B=64.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal62522090.700.7500.18243.8263.0551.18
Hex3E34D1464B012f43f33
Octal76643211061130223647763
Binary111110110100110100011000110100101101001011110100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E34D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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