#3E65BA

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

Shades of Free Speech Blue #3E65BA

Tints of Free Speech Blue #3E65BA

Color information

#3E65BA (or 0x3E65BA) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 65 and BA. RGB value is (62,101,186). Sum of RGB (Red+Green+Blue) = 62+101+186=349 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.77% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E65BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E65BA is #C19A45. Grayscale: #626262. Windows color (decimal): -12687942 or 12215614. OLE color: 12215614.

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

Color convert

RGB62101186-
CMYK0.670.4600.27
HSL221.13º50%48.63%-
HSV(B)221.13º66.67%72.94%-
XYZ15.513.8848.32-
YUV99.03177.08101.59-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.77%
GREEN value IS 101 (39.84% from 255) = 28.94%
BLUE value IS 186 (73.05% from 255) = 53.30%
R=17.77%
G=28.94%
B=53.30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal621011860.670.4600.27221.135048.63
Hex3E65BA432E01Bdd3231
Octal76145272103560333356261
Binary111110110010110111010100001110111001101111011101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E65BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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