#3968CA

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

Shades of Free Speech Blue #3968CA

Tints of Free Speech Blue #3968CA

Color information

#3968CA (or 0x3968CA) is unknown color: approx Free Speech Blue. HEX triplet: 39, 68 and CA. RGB value is (57,104,202). Sum of RGB (Red+Green+Blue) = 57+104+202=363 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.70% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 202 (79.30% from 255 or 55.65% from 363); Max value from RGB is 202 - color contains mainly: blue. Hex color #3968CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3968CA is #C69735. Grayscale: #646464. Windows color (decimal): -13014838 or 13264953. OLE color: 13264953.

HSL color Cylindrical-coordinate representation of color #3968CA: hue angle of 220.55º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3968CA is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB57104202-
CMYK0.720.4900.21
HSL220.55º57.77%50.78%-
HSV(B)220.55º71.78%79.22%-
XYZ17.315.0357.87-
YUV101.12184.9396.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.70%
GREEN value IS 104 (41.02% from 255) = 28.65%
BLUE value IS 202 (79.30% from 255) = 55.65%
R=15.70%
G=28.65%
B=55.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal571042020.720.4900.21220.5557.7750.78
Hex3968CA4831015dd3a33
Octal71150312110610253357263
Binary111001110100011001010100100011000101010111011101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3968CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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