#3942B3

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

Shades of Free Speech Blue #3942B3

Tints of Free Speech Blue #3942B3

Color information

#3942B3 (or 0x3942B3) is unknown color: approx Free Speech Blue. HEX triplet: 39, 42 and B3. RGB value is (57,66,179). Sum of RGB (Red+Green+Blue) = 57+66+179=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 179 (70.31% from 255 or 59.27% from 302); Max value from RGB is 179 - color contains mainly: blue. Hex color #3942B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3942B3 is #C6BD4C. Grayscale: #4B4B4B. Windows color (decimal): -13024589 or 11747897. OLE color: 11747897.

HSL color Cylindrical-coordinate representation of color #3942B3: hue angle of 235.57º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3942B3 is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5766179-
CMYK0.680.6300.30
HSL235.57º51.69%46.27%-
HSV(B)235.57º68.16%70.2%-
XYZ11.778.0243.58-
YUV76.19186.02114.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.87%
GREEN value IS 66 (26.17% from 255) = 21.85%
BLUE value IS 179 (70.31% from 255) = 59.27%
R=18.87%
G=21.85%
B=59.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal57661790.680.6300.30235.5751.6946.27
Hex3942B3443F01Eec342e
Octal71102263104770363546456
Binary111001100001010110011100010011111101111011101100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3942B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3942B3; }

 p { color: rgb(57,66,179); }

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

<style>
 a { background-color: #3942B3; }

 a { background-color: rgb(57,66,179); }

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

<style>
 span { border-color: #3942B3; }

 span { border-color: rgb(57,66,179); }

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