#394ACC

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

Shades of Free Speech Blue #394ACC

Tints of Free Speech Blue #394ACC

Color information

#394ACC (or 0x394ACC) is unknown color: approx Free Speech Blue. HEX triplet: 39, 4A and CC. RGB value is (57,74,204). Sum of RGB (Red+Green+Blue) = 57+74+204=335 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.01% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #394ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394ACC is #C6B533. Grayscale: #535353. Windows color (decimal): -13022516 or 13388345. OLE color: 13388345.

HSL color Cylindrical-coordinate representation of color #394ACC: hue angle of 233.06º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #394ACC is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5774204-
CMYK0.720.6400.2
HSL233.06º59.04%51.18%-
HSV(B)233.06º72.06%80%-
XYZ15.0410.1358.29-
YUV83.74195.87108.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.01%
GREEN value IS 74 (29.30% from 255) = 22.09%
BLUE value IS 204 (80.08% from 255) = 60.90%
R=17.01%
G=22.09%
B=60.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal57742040.720.6400.2233.0659.0451.18
Hex394ACC4840014e93b33
Octal711123141101000243517363
Binary1110011001010110011001001000100000001010011101001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,74,204); }

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

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

 a { background-color: rgb(57,74,204); }

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

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

 span { border-color: rgb(57,74,204); }

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