#3864BE

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

Shades of Free Speech Blue #3864BE

Tints of Free Speech Blue #3864BE

Color information

#3864BE (or 0x3864BE) is unknown color: approx Free Speech Blue. HEX triplet: 38, 64 and BE. RGB value is (56,100,190). Sum of RGB (Red+Green+Blue) = 56+100+190=346 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.18% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #3864BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3864BE is #C79B41. Grayscale: #606060. Windows color (decimal): -13081410 or 12477496. OLE color: 12477496.

HSL color Cylindrical-coordinate representation of color #3864BE: hue angle of 220.3º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3864BE is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB56100190-
CMYK0.710.4700.25
HSL220.3º54.47%48.24%-
HSV(B)220.3º70.53%74.51%-
XYZ15.4813.6750.54-
YUV97.1180.4298.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.18%
GREEN value IS 100 (39.45% from 255) = 28.90%
BLUE value IS 190 (74.61% from 255) = 54.91%
R=16.18%
G=28.90%
B=54.91%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal561001900.710.4700.25220.354.4748.24
Hex3864BE472F019dc3630
Octal70144276107570313346660
Binary111000110010010111110100011110111101100111011100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3864BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3864BE; }

 p { color: rgb(56,100,190); }

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

<style>
 a { background-color: #3864BE; }

 a { background-color: rgb(56,100,190); }

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

<style>
 span { border-color: #3864BE; }

 span { border-color: rgb(56,100,190); }

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