#3863C2

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

Shades of Free Speech Blue #3863C2

Tints of Free Speech Blue #3863C2

Color information

#3863C2 (or 0x3863C2) is unknown color: approx Free Speech Blue. HEX triplet: 38, 63 and C2. RGB value is (56,99,194). Sum of RGB (Red+Green+Blue) = 56+99+194=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 194 (76.17% from 255 or 55.59% from 349); Max value from RGB is 194 - color contains mainly: blue. Hex color #3863C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3863C2 is #C79C3D. Grayscale: #606060. Windows color (decimal): -13081662 or 12739384. OLE color: 12739384.

HSL color Cylindrical-coordinate representation of color #3863C2: hue angle of 221.3º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3863C2 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5699194-
CMYK0.710.4900.24
HSL221.3º55.2%49.02%-
HSV(B)221.3º71.13%76.08%-
XYZ15.8313.6652.84-
YUV96.97182.7598.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.05%
GREEN value IS 99 (39.06% from 255) = 28.37%
BLUE value IS 194 (76.17% from 255) = 55.59%
R=16.05%
G=28.37%
B=55.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal56991940.710.4900.24221.355.249.02
Hex3863C24731018dd3731
Octal70143302107610303356761
Binary111000110001111000010100011111000101100011011101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3863C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3863C2; }

 p { color: rgb(56,99,194); }

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

<style>
 a { background-color: #3863C2; }

 a { background-color: rgb(56,99,194); }

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

<style>
 span { border-color: #3863C2; }

 span { border-color: rgb(56,99,194); }

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