#3938C5

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

Shades of Free Speech Blue #3938C5

Tints of Free Speech Blue #3938C5

Color information

#3938C5 (or 0x3938C5) is unknown color: approx Free Speech Blue. HEX triplet: 39, 38 and C5. RGB value is (57,56,197). Sum of RGB (Red+Green+Blue) = 57+56+197=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 197 (77.34% from 255 or 63.55% from 310); Max value from RGB is 197 - color contains mainly: blue. Hex color #3938C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3938C5 is #C6C73A. Grayscale: #474747. Windows color (decimal): -13027131 or 12924985. OLE color: 12924985.

HSL color Cylindrical-coordinate representation of color #3938C5: hue angle of 240.43º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3938C5 is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5756197-
CMYK0.710.7200.23
HSL240.43º55.73%49.61%-
HSV(B)240.43º71.57%77.25%-
XYZ13.187.7353.62-
YUV72.37198.33117.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.39%
GREEN value IS 56 (22.27% from 255) = 18.06%
BLUE value IS 197 (77.34% from 255) = 63.55%
R=18.39%
G=18.06%
B=63.55%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal57561970.710.7200.23240.4355.7349.61
Hex3938C54748017f03832
Octal71703051071100273607062
Binary111001111000110001011000111100100001011111110000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3938C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3938C5; }

 p { color: rgb(57,56,197); }

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

<style>
 a { background-color: #3938C5; }

 a { background-color: rgb(57,56,197); }

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

<style>
 span { border-color: #3938C5; }

 span { border-color: rgb(57,56,197); }

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