#394CBB

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

Shades of Free Speech Blue #394CBB

Tints of Free Speech Blue #394CBB

Color information

#394CBB (or 0x394CBB) is unknown color: approx Free Speech Blue. HEX triplet: 39, 4C and BB. RGB value is (57,76,187). Sum of RGB (Red+Green+Blue) = 57+76+187=320 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.81% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #394CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394CBB is #C6B344. Grayscale: #525252. Windows color (decimal): -13022021 or 12274745. OLE color: 12274745.

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

Color convert

RGB5776187-
CMYK0.700.5900.27
HSL231.23º53.28%47.84%-
HSV(B)231.23º69.52%73.33%-
XYZ13.249.6348.17-
YUV82.97186.71109.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.81%
GREEN value IS 76 (30.08% from 255) = 23.75%
BLUE value IS 187 (73.44% from 255) = 58.44%
R=17.81%
G=23.75%
B=58.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal57761870.700.5900.27231.2353.2847.84
Hex394CBB463B01Be73530
Octal71114273106730333476560
Binary111001100110010111011100011011101101101111100111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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