#394ACE

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

Shades of Free Speech Blue #394ACE

Tints of Free Speech Blue #394ACE

Color information

#394ACE (or 0x394ACE) is unknown color: approx Free Speech Blue. HEX triplet: 39, 4A and CE. RGB value is (57,74,206). Sum of RGB (Red+Green+Blue) = 57+74+206=337 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.91% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #394ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394ACE is #C6B531. Grayscale: #535353. Windows color (decimal): -13022514 or 13519417. OLE color: 13519417.

HSL color Cylindrical-coordinate representation of color #394ACE: hue angle of 233.15º degrees, saturation: 0.6, 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 #394ACE is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5774206-
CMYK0.720.6400.19
HSL233.15º60.32%51.57%-
HSV(B)233.15º72.33%80.78%-
XYZ15.2810.2259.56-
YUV83.96196.87108.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.91%
GREEN value IS 74 (29.30% from 255) = 21.96%
BLUE value IS 206 (80.86% from 255) = 61.13%
R=16.91%
G=21.96%
B=61.13%

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
Decimal57742060.720.6400.19233.1560.3251.57
Hex394ACE4840013e93c34
Octal711123161101000233517464
Binary1110011001010110011101001000100000001001111101001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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