#3E4DBA

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

Shades of Free Speech Blue #3E4DBA

Tints of Free Speech Blue #3E4DBA

Color information

#3E4DBA (or 0x3E4DBA) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 4D and BA. RGB value is (62,77,186). Sum of RGB (Red+Green+Blue) = 62+77+186=325 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.08% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E4DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E4DBA is #C1B245. Grayscale: #545454. Windows color (decimal): -12694086 or 12209470. OLE color: 12209470.

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

Color convert

RGB6277186-
CMYK0.670.5900.27
HSL232.74º50%48.63%-
HSV(B)232.74º66.67%72.94%-
XYZ13.59.8847.65-
YUV84.94185.03111.64-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.08%
GREEN value IS 77 (30.47% from 255) = 23.69%
BLUE value IS 186 (73.05% from 255) = 57.23%
R=19.08%
G=23.69%
B=57.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal62771860.670.5900.27232.745048.63
Hex3E4DBA433B01Be93231
Octal76115272103730333516261
Binary111110100110110111010100001111101101101111101001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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