#395EC1

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

Shades of Free Speech Blue #395EC1

Tints of Free Speech Blue #395EC1

Color information

#395EC1 (or 0x395EC1) is unknown color: approx Free Speech Blue. HEX triplet: 39, 5E and C1. RGB value is (57,94,193). Sum of RGB (Red+Green+Blue) = 57+94+193=344 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.57% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 193 (75.78% from 255 or 56.10% from 344); Max value from RGB is 193 - color contains mainly: blue. Hex color #395EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395EC1 is #C6A13E. Grayscale: #5D5D5D. Windows color (decimal): -13017407 or 12672569. OLE color: 12672569.

HSL color Cylindrical-coordinate representation of color #395EC1: hue angle of 223.68º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #395EC1 is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5794193-
CMYK0.700.5100.24
HSL223.68º54.4%49.02%-
HSV(B)223.68º70.47%75.69%-
XYZ15.3212.7352.1-
YUV94.22183.74101.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.57%
GREEN value IS 94 (37.11% from 255) = 27.33%
BLUE value IS 193 (75.78% from 255) = 56.10%
R=16.57%
G=27.33%
B=56.10%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal57941930.700.5100.24223.6854.449.02
Hex395EC14633018e03631
Octal71136301106630303406661
Binary111001101111011000001100011011001101100011100000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395EC1; }

 p { color: rgb(57,94,193); }

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

<style>
 a { background-color: #395EC1; }

 a { background-color: rgb(57,94,193); }

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

<style>
 span { border-color: #395EC1; }

 span { border-color: rgb(57,94,193); }

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