#393EC3

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

Shades of Free Speech Blue #393EC3

Tints of Free Speech Blue #393EC3

Color information

#393EC3 (or 0x393EC3) is unknown color: approx Free Speech Blue. HEX triplet: 39, 3E and C3. RGB value is (57,62,195). Sum of RGB (Red+Green+Blue) = 57+62+195=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 195 (76.56% from 255 or 62.10% from 314); Max value from RGB is 195 - color contains mainly: blue. Hex color #393EC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393EC3 is #C6C13C. Grayscale: #4B4B4B. Windows color (decimal): -13025597 or 12795449. OLE color: 12795449.

HSL color Cylindrical-coordinate representation of color #393EC3: hue angle of 237.83º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #393EC3 is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5762195-
CMYK0.710.6800.24
HSL237.83º54.76%49.41%-
HSV(B)237.83º70.77%76.47%-
XYZ13.268.2652.52-
YUV75.67195.34114.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.15%
GREEN value IS 62 (24.61% from 255) = 19.75%
BLUE value IS 195 (76.56% from 255) = 62.10%
R=18.15%
G=19.75%
B=62.10%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal57621950.710.6800.24237.8354.7649.41
Hex393EC34744018ee3731
Octal71763031071040303566761
Binary111001111110110000111000111100010001100011101110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393EC3; }

 p { color: rgb(57,62,195); }

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

<style>
 a { background-color: #393EC3; }

 a { background-color: rgb(57,62,195); }

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

<style>
 span { border-color: #393EC3; }

 span { border-color: rgb(57,62,195); }

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