#3863CC

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

Shades of Free Speech Blue #3863CC

Tints of Free Speech Blue #3863CC

Color information

#3863CC (or 0x3863CC) is unknown color: approx Free Speech Blue. HEX triplet: 38, 63 and CC. RGB value is (56,99,204). Sum of RGB (Red+Green+Blue) = 56+99+204=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #3863CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3863CC is #C79C33. Grayscale: #616161. Windows color (decimal): -13081652 or 13394744. OLE color: 13394744.

HSL color Cylindrical-coordinate representation of color #3863CC: hue angle of 222.57º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3863CC is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5699204-
CMYK0.730.5100.2
HSL222.57º59.2%50.98%-
HSV(B)222.57º72.55%80%-
XYZ16.9914.1258.96-
YUV98.11187.7597.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.60%
GREEN value IS 99 (39.06% from 255) = 27.58%
BLUE value IS 204 (80.08% from 255) = 56.82%
R=15.60%
G=27.58%
B=56.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal56992040.730.5100.2222.5759.250.98
Hex3863CC4933014df3b33
Octal70143314111630243377363
Binary111000110001111001100100100111001101010011011111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3863CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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