#394BCF

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

Shades of Free Speech Blue #394BCF

Tints of Free Speech Blue #394BCF

Color information

#394BCF (or 0x394BCF) is unknown color: approx Free Speech Blue. HEX triplet: 39, 4B and CF. RGB value is (57,75,207). Sum of RGB (Red+Green+Blue) = 57+75+207=339 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.81% from 339); Green value is 75 (29.69% from 255 or 22.12% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #394BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394BCF is #C6B430. Grayscale: #545454. Windows color (decimal): -13022257 or 13585209. OLE color: 13585209.

HSL color Cylindrical-coordinate representation of color #394BCF: hue angle of 232.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #394BCF is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5775207-
CMYK0.720.6400.19
HSL232.8º60.98%51.76%-
HSV(B)232.8º72.46%81.18%-
XYZ15.4710.4160.23-
YUV84.67197.04108.27-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.81%
GREEN value IS 75 (29.69% from 255) = 22.12%
BLUE value IS 207 (81.25% from 255) = 61.06%
R=16.81%
G=22.12%
B=61.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal57752070.720.6400.19232.860.9851.76
Hex394BCF4840013e93d34
Octal711133171101000233517564
Binary1110011001011110011111001000100000001001111101001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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