#394FC5

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

Shades of Free Speech Blue #394FC5

Tints of Free Speech Blue #394FC5

Color information

#394FC5 (or 0x394FC5) is unknown color: approx Free Speech Blue. HEX triplet: 39, 4F and C5. RGB value is (57,79,197). Sum of RGB (Red+Green+Blue) = 57+79+197=333 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.12% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 197 (77.34% from 255 or 59.16% from 333); Max value from RGB is 197 - color contains mainly: blue. Hex color #394FC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #394FC5 is #C6B03A. Grayscale: #555555. Windows color (decimal): -13021243 or 12930873. OLE color: 12930873.

HSL color Cylindrical-coordinate representation of color #394FC5: hue angle of 230.57º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #394FC5 is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5779197-
CMYK0.710.6000.23
HSL230.57º55.12%49.8%-
HSV(B)230.57º71.07%77.25%-
XYZ14.5610.4954.08-
YUV85.87190.71107.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.12%
GREEN value IS 79 (31.25% from 255) = 23.72%
BLUE value IS 197 (77.34% from 255) = 59.16%
R=17.12%
G=23.72%
B=59.16%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal57791970.710.6000.23230.5755.1249.8
Hex394FC5473C017e73732
Octal71117305107740273476762
Binary111001100111111000101100011111110001011111100111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394FC5; }

 p { color: rgb(57,79,197); }

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

<style>
 a { background-color: #394FC5; }

 a { background-color: rgb(57,79,197); }

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

<style>
 span { border-color: #394FC5; }

 span { border-color: rgb(57,79,197); }

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