#394BBA

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

Shades of Free Speech Blue #394BBA

Tints of Free Speech Blue #394BBA

Color information

#394BBA (or 0x394BBA) is unknown color: approx Free Speech Blue. HEX triplet: 39, 4B and BA. RGB value is (57,75,186). Sum of RGB (Red+Green+Blue) = 57+75+186=318 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.92% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #394BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394BBA is #C6B445. Grayscale: #515151. Windows color (decimal): -13022278 or 12208953. OLE color: 12208953.

HSL color Cylindrical-coordinate representation of color #394BBA: hue angle of 231.63º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #394BBA is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5775186-
CMYK0.690.6000.27
HSL231.63º53.09%47.65%-
HSV(B)231.63º69.35%72.94%-
XYZ13.079.4547.59-
YUV82.27186.54109.97-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.92%
GREEN value IS 75 (29.69% from 255) = 23.58%
BLUE value IS 186 (73.05% from 255) = 58.49%
R=17.92%
G=23.58%
B=58.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal57751860.690.6000.27231.6353.0947.65
Hex394BBA453C01Be83530
Octal71113272105740333506560
Binary111001100101110111010100010111110001101111101000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,75,186); }

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

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

 a { background-color: rgb(57,75,186); }

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

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

 span { border-color: rgb(57,75,186); }

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