#3E50AF

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

Shades of Free Speech Blue #3E50AF

Tints of Free Speech Blue #3E50AF

Color information

#3E50AF (or 0x3E50AF) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 50 and AF. RGB value is (62,80,175). Sum of RGB (Red+Green+Blue) = 62+80+175=317 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.56% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 175 (68.75% from 255 or 55.21% from 317); Max value from RGB is 175 - color contains mainly: blue. Hex color #3E50AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E50AF is #C1AF50. Grayscale: #555555. Windows color (decimal): -12693329 or 11489342. OLE color: 11489342.

HSL color Cylindrical-coordinate representation of color #3E50AF: hue angle of 230.44º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E50AF is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6280175-
CMYK0.650.5400.31
HSL230.44º47.68%46.47%-
HSV(B)230.44º64.57%68.63%-
XYZ12.599.8641.8-
YUV85.45178.54111.28-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.56%
GREEN value IS 80 (31.64% from 255) = 25.24%
BLUE value IS 175 (68.75% from 255) = 55.21%
R=19.56%
G=25.24%
B=55.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal62801750.650.5400.31230.4447.6846.47
Hex3E50AF413601Fe6302e
Octal76120257101660373466056
Binary111110101000010101111100000111011001111111100110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E50AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,80,175); }

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

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

 a { background-color: rgb(62,80,175); }

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

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

 span { border-color: rgb(62,80,175); }

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