#3E46AD

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

Shades of Free Speech Blue #3E46AD

Tints of Free Speech Blue #3E46AD

Color information

#3E46AD (or 0x3E46AD) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 46 and AD. RGB value is (62,70,173). Sum of RGB (Red+Green+Blue) = 62+70+173=305 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.33% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #3E46AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E46AD is #C1B952. Grayscale: #4E4E4E. Windows color (decimal): -12695891 or 11355710. OLE color: 11355710.

HSL color Cylindrical-coordinate representation of color #3E46AD: hue angle of 235.68º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E46AD is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6270173-
CMYK0.640.6000.32
HSL235.68º47.23%46.08%-
HSV(B)235.68º64.16%67.84%-
XYZ11.728.4240.54-
YUV79.35180.85115.62-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.33%
GREEN value IS 70 (27.73% from 255) = 22.95%
BLUE value IS 173 (67.97% from 255) = 56.72%
R=20.33%
G=22.95%
B=56.72%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal62701730.640.6000.32235.6847.2346.08
Hex3E46AD403C020ec2f2e
Octal76106255100740403545756
Binary1111101000110101011011000000111100010000011101100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E46AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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