#3968C0

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

Shades of Free Speech Blue #3968C0

Tints of Free Speech Blue #3968C0

Color information

#3968C0 (or 0x3968C0) is unknown color: approx Free Speech Blue. HEX triplet: 39, 68 and C0. RGB value is (57,104,192). Sum of RGB (Red+Green+Blue) = 57+104+192=353 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.15% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 192 (75.39% from 255 or 54.39% from 353); Max value from RGB is 192 - color contains mainly: blue. Hex color #3968C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3968C0 is #C6973F. Grayscale: #636363. Windows color (decimal): -13014848 or 12609593. OLE color: 12609593.

HSL color Cylindrical-coordinate representation of color #3968C0: hue angle of 219.11º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3968C0 is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB57104192-
CMYK0.700.4600.25
HSL219.11º54.22%48.82%-
HSV(B)219.11º70.31%75.29%-
XYZ16.1514.5851.83-
YUV99.98179.9397.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.15%
GREEN value IS 104 (41.02% from 255) = 29.46%
BLUE value IS 192 (75.39% from 255) = 54.39%
R=16.15%
G=29.46%
B=54.39%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal571041920.700.4600.25219.1154.2248.82
Hex3968C0462E019db3631
Octal71150300106560313336661
Binary111001110100011000000100011010111001100111011011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3968C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3968C0; }

 p { color: rgb(57,104,192); }

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

<style>
 a { background-color: #3968C0; }

 a { background-color: rgb(57,104,192); }

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

<style>
 span { border-color: #3968C0; }

 span { border-color: rgb(57,104,192); }

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