#394EC0

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

Shades of Free Speech Blue #394EC0

Tints of Free Speech Blue #394EC0

Color information

#394EC0 (or 0x394EC0) is unknown color: approx Free Speech Blue. HEX triplet: 39, 4E and C0. RGB value is (57,78,192). Sum of RGB (Red+Green+Blue) = 57+78+192=327 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.43% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 192 (75.39% from 255 or 58.72% from 327); Max value from RGB is 192 - color contains mainly: blue. Hex color #394EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #394EC0 is #C6B13F. Grayscale: #545454. Windows color (decimal): -13021504 or 12602937. OLE color: 12602937.

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

Color convert

RGB5778192-
CMYK0.700.5900.25
HSL230.67º54.22%48.82%-
HSV(B)230.67º70.31%75.29%-
XYZ13.9310.1251.09-
YUV84.72188.54108.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.43%
GREEN value IS 78 (30.86% from 255) = 23.85%
BLUE value IS 192 (75.39% from 255) = 58.72%
R=17.43%
G=23.85%
B=58.72%

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
Decimal57781920.700.5900.25230.6754.2248.82
Hex394EC0463B019e73631
Octal71116300106730313476661
Binary111001100111011000000100011011101101100111100111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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