#3E3BD7

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

Shades of Free Speech Blue #3E3BD7

Tints of Free Speech Blue #3E3BD7

Color information

#3E3BD7 (or 0x3E3BD7) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 3B and D7. RGB value is (62,59,215). Sum of RGB (Red+Green+Blue) = 62+59+215=336 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.45% from 336); Green value is 59 (23.44% from 255 or 17.56% from 336); Blue value is 215 (84.38% from 255 or 63.99% from 336); Max value from RGB is 215 - color contains mainly: blue. Hex color #3E3BD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E3BD7 is #C1C428. Grayscale: #4D4D4D. Windows color (decimal): -12698665 or 14105406. OLE color: 14105406.

HSL color Cylindrical-coordinate representation of color #3E3BD7: hue angle of 241.15º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E3BD7 is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6259215-
CMYK0.710.7300.16
HSL241.15º66.1%53.73%-
HSV(B)241.15º72.56%84.31%-
XYZ15.829.0665.2-
YUV77.68205.49116.82-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.45%
GREEN value IS 59 (23.44% from 255) = 17.56%
BLUE value IS 215 (84.38% from 255) = 63.99%
R=18.45%
G=17.56%
B=63.99%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal62592150.710.7300.16241.1566.153.73
Hex3E3BD74749010f14236
Octal767332710711102036110266
Binary1111101110111101011110001111001001010000111100011000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,59,215); }

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

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

 a { background-color: rgb(62,59,215); }

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

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

 span { border-color: rgb(62,59,215); }

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