#3E3BB0

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

Shades of Free Speech Blue #3E3BB0

Tints of Free Speech Blue #3E3BB0

Color information

#3E3BB0 (or 0x3E3BB0) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 3B and B0. RGB value is (62,59,176). Sum of RGB (Red+Green+Blue) = 62+59+176=297 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.88% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 176 (69.14% from 255 or 59.26% from 297); Max value from RGB is 176 - color contains mainly: blue. Hex color #3E3BB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3BB0 is #C1C44F. Grayscale: #484848. Windows color (decimal): -12698704 or 11549502. OLE color: 11549502.

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

Color convert

RGB6259176-
CMYK0.650.6600.31
HSL241.54º49.79%46.08%-
HSV(B)241.54º66.48%69.02%-
XYZ11.397.2941.88-
YUV73.23185.99119.99-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.88%
GREEN value IS 59 (23.44% from 255) = 19.87%
BLUE value IS 176 (69.14% from 255) = 59.26%
R=20.88%
G=19.87%
B=59.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal62591760.650.6600.31241.5449.7946.08
Hex3E3BB0414201Ff2322e
Octal76732601011020373626256
Binary111110111011101100001000001100001001111111110010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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