#3E60BF

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

Shades of Free Speech Blue #3E60BF

Tints of Free Speech Blue #3E60BF

Color information

#3E60BF (or 0x3E60BF) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 60 and BF. RGB value is (62,96,191). Sum of RGB (Red+Green+Blue) = 62+96+191=349 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.77% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 191 (75% from 255 or 54.73% from 349); Max value from RGB is 191 - color contains mainly: blue. Hex color #3E60BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E60BF is #C19F40. Grayscale: #606060. Windows color (decimal): -12689217 or 12542014. OLE color: 12542014.

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

Color convert

RGB6296191-
CMYK0.680.5000.25
HSL224.19º50.99%49.61%-
HSV(B)224.19º67.54%74.9%-
XYZ15.5713.1551.01-
YUV96.66181.24103.28-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.77%
GREEN value IS 96 (37.89% from 255) = 27.51%
BLUE value IS 191 (75% from 255) = 54.73%
R=17.77%
G=27.51%
B=54.73%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal62961910.680.5000.25224.1950.9949.61
Hex3E60BF4432019e03332
Octal76140277104620313406362
Binary111110110000010111111100010011001001100111100000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E60BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,96,191); }

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

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

 a { background-color: rgb(62,96,191); }

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

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

 span { border-color: rgb(62,96,191); }

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