#3E4FAE

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

Shades of Free Speech Blue #3E4FAE

Tints of Free Speech Blue #3E4FAE

Color information

#3E4FAE (or 0x3E4FAE) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 4F and AE. RGB value is (62,79,174). Sum of RGB (Red+Green+Blue) = 62+79+174=315 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.68% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #3E4FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E4FAE is #C1B051. Grayscale: #545454. Windows color (decimal): -12693586 or 11423550. OLE color: 11423550.

HSL color Cylindrical-coordinate representation of color #3E4FAE: hue angle of 230.89º 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 #3E4FAE is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6279174-
CMYK0.640.5500.32
HSL230.89º47.46%46.27%-
HSV(B)230.89º64.37%68.24%-
XYZ12.429.6741.26-
YUV84.75178.37111.78-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.68%
GREEN value IS 79 (31.25% from 255) = 25.08%
BLUE value IS 174 (68.36% from 255) = 55.24%
R=19.68%
G=25.08%
B=55.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal62791740.640.5500.32230.8947.4646.27
Hex3E4FAE4037020e72f2e
Octal76117256100670403475756
Binary1111101001111101011101000000110111010000011100111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,79,174); }

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

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

 a { background-color: rgb(62,79,174); }

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

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

 span { border-color: rgb(62,79,174); }

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