#394CE2

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

Shades of Free Speech Blue #394CE2

Tints of Free Speech Blue #394CE2

Color information

#394CE2 (or 0x394CE2) is unknown color: approx Free Speech Blue. HEX triplet: 39, 4C and E2. RGB value is (57,76,226). Sum of RGB (Red+Green+Blue) = 57+76+226=359 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.88% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 226 (88.67% from 255 or 62.95% from 359); Max value from RGB is 226 - color contains mainly: blue. Hex color #394CE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394CE2 is #C6B31D. Grayscale: #565656. Windows color (decimal): -13021982 or 14830649. OLE color: 14830649.

HSL color Cylindrical-coordinate representation of color #394CE2: hue angle of 233.25º 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 #394CE2 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB5776226-
CMYK0.750.6600.11
HSL233.25º74.45%55.49%-
HSV(B)233.25º74.78%88.63%-
XYZ1811.5373.23-
YUV87.42206.21106.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.88%
GREEN value IS 76 (30.08% from 255) = 21.17%
BLUE value IS 226 (88.67% from 255) = 62.95%
R=15.88%
G=21.17%
B=62.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal57762260.750.6600.11233.2574.4555.49
Hex394CE24B420Be94a37
Octal7111434211310201335111267
Binary1110011001100111000101001011100001001011111010011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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