#3863C1

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

Shades of Free Speech Blue #3863C1

Tints of Free Speech Blue #3863C1

Color information

#3863C1 (or 0x3863C1) is unknown color: approx Free Speech Blue. HEX triplet: 38, 63 and C1. RGB value is (56,99,193). Sum of RGB (Red+Green+Blue) = 56+99+193=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 193 (75.78% from 255 or 55.46% from 348); Max value from RGB is 193 - color contains mainly: blue. Hex color #3863C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3863C1 is #C79C3E. Grayscale: #606060. Windows color (decimal): -13081663 or 12673848. OLE color: 12673848.

HSL color Cylindrical-coordinate representation of color #3863C1: hue angle of 221.17º 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 #3863C1 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5699193-
CMYK0.710.4900.24
HSL221.17º55.02%48.82%-
HSV(B)221.17º70.98%75.69%-
XYZ15.7213.6152.25-
YUV96.86182.2598.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.09%
GREEN value IS 99 (39.06% from 255) = 28.45%
BLUE value IS 193 (75.78% from 255) = 55.46%
R=16.09%
G=28.45%
B=55.46%

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
Decimal56991930.710.4900.24221.1755.0248.82
Hex3863C14731018dd3731
Octal70143301107610303356761
Binary111000110001111000001100011111000101100011011101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3863C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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