#394FBB

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

Shades of Free Speech Blue #394FBB

Tints of Free Speech Blue #394FBB

Color information

#394FBB (or 0x394FBB) is unknown color: approx Free Speech Blue. HEX triplet: 39, 4F and BB. RGB value is (57,79,187). Sum of RGB (Red+Green+Blue) = 57+79+187=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 79 (31.25% from 255 or 24.46% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #394FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #394FBB is #C6B044. Grayscale: #545454. Windows color (decimal): -13021253 or 12275513. OLE color: 12275513.

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

Color convert

RGB5779187-
CMYK0.700.5800.27
HSL229.85º53.28%47.84%-
HSV(B)229.85º69.52%73.33%-
XYZ13.4510.0548.24-
YUV84.73185.71108.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.65%
GREEN value IS 79 (31.25% from 255) = 24.46%
BLUE value IS 187 (73.44% from 255) = 57.89%
R=17.65%
G=24.46%
B=57.89%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal57791870.700.5800.27229.8553.2847.84
Hex394FBB463A01Be63530
Octal71117273106720333466560
Binary111001100111110111011100011011101001101111100110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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