#3E46BA

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

Shades of Free Speech Blue #3E46BA

Tints of Free Speech Blue #3E46BA

Color information

#3E46BA (or 0x3E46BA) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 46 and BA. RGB value is (62,70,186). Sum of RGB (Red+Green+Blue) = 62+70+186=318 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.50% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E46BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E46BA is #C1B945. Grayscale: #505050. Windows color (decimal): -12695878 or 12207678. OLE color: 12207678.

HSL color Cylindrical-coordinate representation of color #3E46BA: hue angle of 236.13º 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 #3E46BA is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6270186-
CMYK0.670.6200.27
HSL236.13º50%48.63%-
HSV(B)236.13º66.67%72.94%-
XYZ13.048.9547.49-
YUV80.83187.35114.57-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.50%
GREEN value IS 70 (27.73% from 255) = 22.01%
BLUE value IS 186 (73.05% from 255) = 58.49%
R=19.50%
G=22.01%
B=58.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal62701860.670.6200.27236.135048.63
Hex3E46BA433E01Bec3231
Octal76106272103760333546261
Binary111110100011010111010100001111111001101111101100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E46BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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