#3E4BBE

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

Shades of Free Speech Blue #3E4BBE

Tints of Free Speech Blue #3E4BBE

Color information

#3E4BBE (or 0x3E4BBE) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 4B and BE. RGB value is (62,75,190). Sum of RGB (Red+Green+Blue) = 62+75+190=327 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.96% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E4BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E4BBE is #C1B441. Grayscale: #535353. Windows color (decimal): -12694594 or 12471102. OLE color: 12471102.

HSL color Cylindrical-coordinate representation of color #3E4BBE: hue angle of 233.91º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E4BBE is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6275190-
CMYK0.670.6100.25
HSL233.91º50.79%49.41%-
HSV(B)233.91º67.37%74.51%-
XYZ13.89.7749.87-
YUV84.22187.69112.15-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.96%
GREEN value IS 75 (29.69% from 255) = 22.94%
BLUE value IS 190 (74.61% from 255) = 58.10%
R=18.96%
G=22.94%
B=58.10%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal62751900.670.6100.25233.9150.7949.41
Hex3E4BBE433D019ea3331
Octal76113276103750313526361
Binary111110100101110111110100001111110101100111101010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,75,190); }

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

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

 a { background-color: rgb(62,75,190); }

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

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

 span { border-color: rgb(62,75,190); }

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