#3E3BB1

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

Shades of Free Speech Blue #3E3BB1

Tints of Free Speech Blue #3E3BB1

Color information

#3E3BB1 (or 0x3E3BB1) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 3B and B1. RGB value is (62,59,177). Sum of RGB (Red+Green+Blue) = 62+59+177=298 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.81% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 177 (69.53% from 255 or 59.40% from 298); Max value from RGB is 177 - color contains mainly: blue. Hex color #3E3BB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3BB1 is #C1C44E. Grayscale: #484848. Windows color (decimal): -12698703 or 11615038. OLE color: 11615038.

HSL color Cylindrical-coordinate representation of color #3E3BB1: hue angle of 241.53º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E3BB1 is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6259177-
CMYK0.650.6700.31
HSL241.53º50%46.27%-
HSV(B)241.53º66.67%69.41%-
XYZ11.497.3342.4-
YUV73.35186.49119.91-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.81%
GREEN value IS 59 (23.44% from 255) = 19.80%
BLUE value IS 177 (69.53% from 255) = 59.40%
R=20.81%
G=19.80%
B=59.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal62591770.650.6700.31241.535046.27
Hex3E3BB1414301Ff2322e
Octal76732611011030373626256
Binary111110111011101100011000001100001101111111110010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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