#394CBF

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

Shades of Free Speech Blue #394CBF

Tints of Free Speech Blue #394CBF

Color information

#394CBF (or 0x394CBF) is unknown color: approx Free Speech Blue. HEX triplet: 39, 4C and BF. RGB value is (57,76,191). Sum of RGB (Red+Green+Blue) = 57+76+191=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 191 (75% from 255 or 58.95% from 324); Max value from RGB is 191 - color contains mainly: blue. Hex color #394CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394CBF is #C6B340. Grayscale: #525252. Windows color (decimal): -13022017 or 12536889. OLE color: 12536889.

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

Color convert

RGB5776191-
CMYK0.700.6000.25
HSL231.49º54.03%48.63%-
HSV(B)231.49º70.16%74.9%-
XYZ13.689.850.46-
YUV83.43188.71109.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.59%
GREEN value IS 76 (30.08% from 255) = 23.46%
BLUE value IS 191 (75% from 255) = 58.95%
R=17.59%
G=23.46%
B=58.95%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal57761910.700.6000.25231.4954.0348.63
Hex394CBF463C019e73631
Octal71114277106740313476661
Binary111001100110010111111100011011110001100111100111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,76,191); }

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

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

 a { background-color: rgb(57,76,191); }

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

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

 span { border-color: rgb(57,76,191); }

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