#3E5BC3

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

Shades of Free Speech Blue #3E5BC3

Tints of Free Speech Blue #3E5BC3

Color information

#3E5BC3 (or 0x3E5BC3) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 5B and C3. RGB value is (62,91,195). Sum of RGB (Red+Green+Blue) = 62+91+195=348 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.82% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 195 (76.56% from 255 or 56.03% from 348); Max value from RGB is 195 - color contains mainly: blue. Hex color #3E5BC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5BC3 is #C1A43C. Grayscale: #5D5D5D. Windows color (decimal): -12690493 or 12802878. OLE color: 12802878.

HSL color Cylindrical-coordinate representation of color #3E5BC3: hue angle of 226.92º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E5BC3 is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6291195-
CMYK0.680.5300.24
HSL226.92º52.57%50.39%-
HSV(B)226.92º68.21%76.47%-
XYZ15.5812.4553.21-
YUV94.18184.89105.04-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.82%
GREEN value IS 91 (35.94% from 255) = 26.15%
BLUE value IS 195 (76.56% from 255) = 56.03%
R=17.82%
G=26.15%
B=56.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal62911950.680.5300.24226.9252.5750.39
Hex3E5BC34435018e33532
Octal76133303104650303436562
Binary111110101101111000011100010011010101100011100011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,91,195); }

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

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

 a { background-color: rgb(62,91,195); }

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

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

 span { border-color: rgb(62,91,195); }

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