#394EBA

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

Shades of Free Speech Blue #394EBA

Tints of Free Speech Blue #394EBA

Color information

#394EBA (or 0x394EBA) is unknown color: approx Free Speech Blue. HEX triplet: 39, 4E and BA. RGB value is (57,78,186). Sum of RGB (Red+Green+Blue) = 57+78+186=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #394EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #394EBA is #C6B145. Grayscale: #535353. Windows color (decimal): -13021510 or 12209721. OLE color: 12209721.

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

Color convert

RGB5778186-
CMYK0.690.5800.27
HSL230.23º53.09%47.65%-
HSV(B)230.23º69.35%72.94%-
XYZ13.279.8647.66-
YUV84.03185.54108.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.76%
GREEN value IS 78 (30.86% from 255) = 24.30%
BLUE value IS 186 (73.05% from 255) = 57.94%
R=17.76%
G=24.30%
B=57.94%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal57781860.690.5800.27230.2353.0947.65
Hex394EBA453A01Be63530
Octal71116272105720333466560
Binary111001100111010111010100010111101001101111100110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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