#3E3ABA

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

Shades of Free Speech Blue #3E3ABA

Tints of Free Speech Blue #3E3ABA

Color information

#3E3ABA (or 0x3E3ABA) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 3A and BA. RGB value is (62,58,186). Sum of RGB (Red+Green+Blue) = 62+58+186=306 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.26% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E3ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E3ABA is #C1C545. Grayscale: #494949. Windows color (decimal): -12698950 or 12204606. OLE color: 12204606.

HSL color Cylindrical-coordinate representation of color #3E3ABA: hue angle of 241.88º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E3ABA is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6258186-
CMYK0.670.6900.27
HSL241.88º52.46%47.84%-
HSV(B)241.88º68.82%72.94%-
XYZ12.367.647.27-
YUV73.79191.33119.59-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.26%
GREEN value IS 58 (23.05% from 255) = 18.95%
BLUE value IS 186 (73.05% from 255) = 60.78%
R=20.26%
G=18.95%
B=60.78%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal62581860.670.6900.27241.8852.4647.84
Hex3E3ABA434501Bf23430
Octal76722721031050333626460
Binary111110111010101110101000011100010101101111110010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,58,186); }

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

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

 a { background-color: rgb(62,58,186); }

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

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

 span { border-color: rgb(62,58,186); }

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