#394BE2

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

Shades of Free Speech Blue #394BE2

Tints of Free Speech Blue #394BE2

Color information

#394BE2 (or 0x394BE2) is unknown color: approx Free Speech Blue. HEX triplet: 39, 4B and E2. RGB value is (57,75,226). Sum of RGB (Red+Green+Blue) = 57+75+226=358 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.92% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 226 (88.67% from 255 or 63.13% from 358); Max value from RGB is 226 - color contains mainly: blue. Hex color #394BE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394BE2 is #C6B41D. Grayscale: #565656. Windows color (decimal): -13022238 or 14830393. OLE color: 14830393.

HSL color Cylindrical-coordinate representation of color #394BE2: hue angle of 233.61º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #394BE2 is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB5775226-
CMYK0.750.6700.11
HSL233.61º74.45%55.49%-
HSV(B)233.61º74.78%88.63%-
XYZ17.9311.3973.21-
YUV86.83206.54106.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.92%
GREEN value IS 75 (29.69% from 255) = 20.95%
BLUE value IS 226 (88.67% from 255) = 63.13%
R=15.92%
G=20.95%
B=63.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal57752260.750.6700.11233.6174.4555.49
Hex394BE24B430Bea4a37
Octal7111334211310301335211267
Binary1110011001011111000101001011100001101011111010101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,75,226); }

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

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

 a { background-color: rgb(57,75,226); }

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

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

 span { border-color: rgb(57,75,226); }

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