#394bd3

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

Shades of Free Speech Blue #394BD3

Tints of Free Speech Blue #394BD3

Color information

#394BD3 (or 0x394BD3) is unknown color: approx Free Speech Blue. HEX triplet: 39, 4B and D3. RGB value is (57,75,211). Sum of RGB (Red+Green+Blue) = 57+75+211=343 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.62% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 211 (82.81% from 255 or 61.52% from 343); Max value from RGB is 211 - color contains mainly: blue. Hex color #394BD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394BD3 is #C6B42C. Grayscale: #545454. Windows color (decimal): -13022253 or 13847353. OLE color: 13847353.

HSL color Cylindrical-coordinate representation of color #394BD3: hue angle of 232.99º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #394BD3 is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB5775211-
CMYK0.730.6400.17
HSL232.99º63.64%52.55%-
HSV(B)232.99º72.99%82.75%-
XYZ15.9610.6162.83-
YUV85.12199.04107.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.62%
GREEN value IS 75 (29.69% from 255) = 21.87%
BLUE value IS 211 (82.81% from 255) = 61.52%
R=16.62%
G=21.87%
B=61.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal57752110.730.6400.17232.9963.6452.55
Hex394BD34940011e94035
Octal7111332311110002135110065
Binary11100110010111101001110010011000000010001111010011000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394bd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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