#394CBA

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

Shades of Free Speech Blue #394CBA

Tints of Free Speech Blue #394CBA

Color information

#394CBA (or 0x394CBA) is unknown color: approx Free Speech Blue. HEX triplet: 39, 4C and BA. RGB value is (57,76,186). Sum of RGB (Red+Green+Blue) = 57+76+186=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #394CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394CBA is #C6B345. Grayscale: #525252. Windows color (decimal): -13022022 or 12209209. OLE color: 12209209.

HSL color Cylindrical-coordinate representation of color #394CBA: hue angle of 231.16º 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 #394CBA is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5776186-
CMYK0.690.5900.27
HSL231.16º53.09%47.65%-
HSV(B)231.16º69.35%72.94%-
XYZ13.139.5847.61-
YUV82.86186.21109.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.87%
GREEN value IS 76 (30.08% from 255) = 23.82%
BLUE value IS 186 (73.05% from 255) = 58.31%
R=17.87%
G=23.82%
B=58.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal57761860.690.5900.27231.1653.0947.65
Hex394CBA453B01Be73530
Octal71114272105730333476560
Binary111001100110010111010100010111101101101111100111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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