#394FC0

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

Shades of Free Speech Blue #394FC0

Tints of Free Speech Blue #394FC0

Color information

#394FC0 (or 0x394FC0) is unknown color: approx Free Speech Blue. HEX triplet: 39, 4F and C0. RGB value is (57,79,192). Sum of RGB (Red+Green+Blue) = 57+79+192=328 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.38% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 192 (75.39% from 255 or 58.54% from 328); Max value from RGB is 192 - color contains mainly: blue. Hex color #394FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #394FC0 is #C6B03F. Grayscale: #545454. Windows color (decimal): -13021248 or 12603193. OLE color: 12603193.

HSL color Cylindrical-coordinate representation of color #394FC0: hue angle of 230.22º 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 #394FC0 is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5779192-
CMYK0.700.5900.25
HSL230.22º54.22%48.82%-
HSV(B)230.22º70.31%75.29%-
XYZ1410.2751.11-
YUV85.3188.21107.81-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.38%
GREEN value IS 79 (31.25% from 255) = 24.09%
BLUE value IS 192 (75.39% from 255) = 58.54%
R=17.38%
G=24.09%
B=58.54%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal57791920.700.5900.25230.2254.2248.82
Hex394FC0463B019e63631
Octal71117300106730313466661
Binary111001100111111000000100011011101101100111100110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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