#394CCE

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

Shades of Free Speech Blue #394CCE

Tints of Free Speech Blue #394CCE

Color information

#394CCE (or 0x394CCE) is unknown color: approx Free Speech Blue. HEX triplet: 39, 4C and CE. RGB value is (57,76,206). Sum of RGB (Red+Green+Blue) = 57+76+206=339 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.81% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #394CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394CCE is #C6B331. Grayscale: #545454. Windows color (decimal): -13022002 or 13519929. OLE color: 13519929.

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

Color convert

RGB5776206-
CMYK0.720.6300.19
HSL232.35º60.32%51.57%-
HSV(B)232.35º72.33%80.78%-
XYZ15.4110.4959.61-
YUV85.14196.21107.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.81%
GREEN value IS 76 (30.08% from 255) = 22.42%
BLUE value IS 206 (80.86% from 255) = 60.77%
R=16.81%
G=22.42%
B=60.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal57762060.720.6300.19232.3560.3251.57
Hex394CCE483F013e83c34
Octal71114316110770233507464
Binary111001100110011001110100100011111101001111101000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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