#3E4AB4

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

Shades of Free Speech Blue #3E4AB4

Tints of Free Speech Blue #3E4AB4

Color information

#3E4AB4 (or 0x3E4AB4) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 4A and B4. RGB value is (62,74,180). Sum of RGB (Red+Green+Blue) = 62+74+180=316 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.62% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 180 (70.70% from 255 or 56.96% from 316); Max value from RGB is 180 - color contains mainly: blue. Hex color #3E4AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E4AB4 is #C1B54B. Grayscale: #525252. Windows color (decimal): -12694860 or 11815486. OLE color: 11815486.

HSL color Cylindrical-coordinate representation of color #3E4AB4: hue angle of 233.9º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E4AB4 is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6274180-
CMYK0.660.5900.29
HSL233.9º48.76%47.45%-
HSV(B)233.9º65.56%70.59%-
XYZ12.679.2244.29-
YUV82.5183.02113.38-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.62%
GREEN value IS 74 (29.30% from 255) = 23.42%
BLUE value IS 180 (70.70% from 255) = 56.96%
R=19.62%
G=23.42%
B=56.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal62741800.660.5900.29233.948.7647.45
Hex3E4AB4423B01Dea312f
Octal76112264102730353526157
Binary111110100101010110100100001011101101110111101010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,74,180); }

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

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

 a { background-color: rgb(62,74,180); }

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

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

 span { border-color: rgb(62,74,180); }

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