#394DB5

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

Shades of Free Speech Blue #394DB5

Tints of Free Speech Blue #394DB5

Color information

#394DB5 (or 0x394DB5) is unknown color: approx Free Speech Blue. HEX triplet: 39, 4D and B5. RGB value is (57,77,181). Sum of RGB (Red+Green+Blue) = 57+77+181=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 181 (71.09% from 255 or 57.46% from 315); Max value from RGB is 181 - color contains mainly: blue. Hex color #394DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #394DB5 is #C6B24A. Grayscale: #525252. Windows color (decimal): -13021771 or 11881785. OLE color: 11881785.

HSL color Cylindrical-coordinate representation of color #394DB5: hue angle of 230.32º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #394DB5 is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5777181-
CMYK0.690.5700.29
HSL230.32º52.1%46.67%-
HSV(B)230.32º68.51%70.98%-
XYZ12.689.5144.88-
YUV82.88183.37109.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.10%
GREEN value IS 77 (30.47% from 255) = 24.44%
BLUE value IS 181 (71.09% from 255) = 57.46%
R=18.10%
G=24.44%
B=57.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal57771810.690.5700.29230.3252.146.67
Hex394DB5453901De6342f
Octal71115265105710353466457
Binary111001100110110110101100010111100101110111100110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,77,181); }

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

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

 a { background-color: rgb(57,77,181); }

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

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

 span { border-color: rgb(57,77,181); }

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