#394ACA

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

Shades of Free Speech Blue #394ACA

Tints of Free Speech Blue #394ACA

Color information

#394ACA (or 0x394ACA) is unknown color: approx Free Speech Blue. HEX triplet: 39, 4A and CA. RGB value is (57,74,202). Sum of RGB (Red+Green+Blue) = 57+74+202=333 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.12% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 202 (79.30% from 255 or 60.66% from 333); Max value from RGB is 202 - color contains mainly: blue. Hex color #394ACA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394ACA is #C6B535. Grayscale: #525252. Windows color (decimal): -13022518 or 13257273. OLE color: 13257273.

HSL color Cylindrical-coordinate representation of color #394ACA: hue angle of 232.97º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #394ACA is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5774202-
CMYK0.720.6300.21
HSL232.97º57.77%50.78%-
HSV(B)232.97º71.78%79.22%-
XYZ14.810.0357.03-
YUV83.51194.87109.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.12%
GREEN value IS 74 (29.30% from 255) = 22.22%
BLUE value IS 202 (79.30% from 255) = 60.66%
R=17.12%
G=22.22%
B=60.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal57742020.720.6300.21232.9757.7750.78
Hex394ACA483F015e93a33
Octal71112312110770253517263
Binary111001100101011001010100100011111101010111101001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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