#394AE4

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

Shades of Free Speech Blue #394AE4

Tints of Free Speech Blue #394AE4

Color information

#394AE4 (or 0x394AE4) is unknown color: approx Free Speech Blue. HEX triplet: 39, 4A and E4. RGB value is (57,74,228). Sum of RGB (Red+Green+Blue) = 57+74+228=359 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.88% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 228 (89.45% from 255 or 63.51% from 359); Max value from RGB is 228 - color contains mainly: blue. Hex color #394AE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394AE4 is #C6B51B. Grayscale: #555555. Windows color (decimal): -13022492 or 14961209. OLE color: 14961209.

HSL color Cylindrical-coordinate representation of color #394AE4: hue angle of 234.04º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #394AE4 is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB5774228-
CMYK0.750.6800.11
HSL234.04º76%55.88%-
HSV(B)234.04º75%89.41%-
XYZ18.1411.3774.64-
YUV86.47207.87106.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.88%
GREEN value IS 74 (29.30% from 255) = 20.61%
BLUE value IS 228 (89.45% from 255) = 63.51%
R=15.88%
G=20.61%
B=63.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal57742280.750.6800.11234.047655.88
Hex394AE44B440Bea4c38
Octal7111234411310401335211470
Binary1110011001010111001001001011100010001011111010101001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,74,228); }

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

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

 a { background-color: rgb(57,74,228); }

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

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

 span { border-color: rgb(57,74,228); }

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