#394FBE

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

Shades of Free Speech Blue #394FBE

Tints of Free Speech Blue #394FBE

Color information

#394FBE (or 0x394FBE) is unknown color: approx Free Speech Blue. HEX triplet: 39, 4F and BE. RGB value is (57,79,190). Sum of RGB (Red+Green+Blue) = 57+79+190=326 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.48% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #394FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #394FBE is #C6B041. Grayscale: #545454. Windows color (decimal): -13021250 or 12472121. OLE color: 12472121.

HSL color Cylindrical-coordinate representation of color #394FBE: hue angle of 230.08º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #394FBE is Cyan = 0.7, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5779190-
CMYK0.70.5800.25
HSL230.08º53.85%48.43%-
HSV(B)230.08º70%74.51%-
XYZ13.7810.1849.95-
YUV85.08187.21107.97-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.48%
GREEN value IS 79 (31.25% from 255) = 24.23%
BLUE value IS 190 (74.61% from 255) = 58.28%
R=17.48%
G=24.23%
B=58.28%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal57791900.70.5800.25230.0853.8548.43
Hex394FBE463A019e63630
Octal71117276106720313466660
Binary111001100111110111110100011011101001100111100110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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