#394AE3

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

Shades of Free Speech Blue #394AE3

Tints of Free Speech Blue #394AE3

Color information

#394AE3 (or 0x394AE3) is unknown color: approx Free Speech Blue. HEX triplet: 39, 4A and E3. RGB value is (57,74,227). Sum of RGB (Red+Green+Blue) = 57+74+227=358 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.92% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 227 (89.06% from 255 or 63.41% from 358); Max value from RGB is 227 - color contains mainly: blue. Hex color #394AE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394AE3 is #C6B51C. Grayscale: #555555. Windows color (decimal): -13022493 or 14895673. OLE color: 14895673.

HSL color Cylindrical-coordinate representation of color #394AE3: hue angle of 234º degrees, saturation: 0.75, 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 #394AE3 is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB5774227-
CMYK0.750.6700.11
HSL234º75.22%55.69%-
HSV(B)234º74.89%89.02%-
XYZ1811.3173.91-
YUV86.36207.37107.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.92%
GREEN value IS 74 (29.30% from 255) = 20.67%
BLUE value IS 227 (89.06% from 255) = 63.41%
R=15.92%
G=20.67%
B=63.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal57742270.750.6700.1123475.2255.69
Hex394AE34B430Bea4b38
Octal7111234311310301335211370
Binary1110011001010111000111001011100001101011111010101001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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