#394CC5

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

Shades of Free Speech Blue #394CC5

Tints of Free Speech Blue #394CC5

Color information

#394CC5 (or 0x394CC5) is unknown color: approx Free Speech Blue. HEX triplet: 39, 4C and C5. RGB value is (57,76,197). Sum of RGB (Red+Green+Blue) = 57+76+197=330 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.27% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 197 (77.34% from 255 or 59.70% from 330); Max value from RGB is 197 - color contains mainly: blue. Hex color #394CC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394CC5 is #C6B33A. Grayscale: #535353. Windows color (decimal): -13022011 or 12930105. OLE color: 12930105.

HSL color Cylindrical-coordinate representation of color #394CC5: hue angle of 231.86º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #394CC5 is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5776197-
CMYK0.710.6100.23
HSL231.86º55.12%49.8%-
HSV(B)231.86º71.07%77.25%-
XYZ14.3510.0754.01-
YUV84.11191.71108.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.27%
GREEN value IS 76 (30.08% from 255) = 23.03%
BLUE value IS 197 (77.34% from 255) = 59.70%
R=17.27%
G=23.03%
B=59.70%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal57761970.710.6100.23231.8655.1249.8
Hex394CC5473D017e83732
Octal71114305107750273506762
Binary111001100110011000101100011111110101011111101000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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