#3E5ABE

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

Shades of Free Speech Blue #3E5ABE

Tints of Free Speech Blue #3E5ABE

Color information

#3E5ABE (or 0x3E5ABE) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 5A and BE. RGB value is (62,90,190). Sum of RGB (Red+Green+Blue) = 62+90+190=342 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.13% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 190 (74.61% from 255 or 55.56% from 342); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E5ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5ABE is #C1A541. Grayscale: #5C5C5C. Windows color (decimal): -12690754 or 12474942. OLE color: 12474942.

HSL color Cylindrical-coordinate representation of color #3E5ABE: hue angle of 226.88º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E5ABE is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6290190-
CMYK0.670.5300.25
HSL226.88º50.79%49.41%-
HSV(B)226.88º67.37%74.51%-
XYZ14.9412.0550.25-
YUV93.03182.72105.87-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.13%
GREEN value IS 90 (35.55% from 255) = 26.32%
BLUE value IS 190 (74.61% from 255) = 55.56%
R=18.13%
G=26.32%
B=55.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal62901900.670.5300.25226.8850.7949.41
Hex3E5ABE4335019e33331
Octal76132276103650313436361
Binary111110101101010111110100001111010101100111100011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,90,190); }

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

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

 a { background-color: rgb(62,90,190); }

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

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

 span { border-color: rgb(62,90,190); }

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