#3934D4

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

Shades of Free Speech Blue #3934D4

Tints of Free Speech Blue #3934D4

Color information

#3934D4 (or 0x3934D4) is unknown color: approx Free Speech Blue. HEX triplet: 39, 34 and D4. RGB value is (57,52,212). Sum of RGB (Red+Green+Blue) = 57+52+212=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 212 (83.20% from 255 or 66.04% from 321); Max value from RGB is 212 - color contains mainly: blue. Hex color #3934D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3934D4 is #C6CB2B. Grayscale: #474747. Windows color (decimal): -13028140 or 13907001. OLE color: 13907001.

HSL color Cylindrical-coordinate representation of color #3934D4: hue angle of 241.88º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3934D4 is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB5752212-
CMYK0.730.7500.17
HSL241.88º65.04%51.76%-
HSV(B)241.88º75.47%83.14%-
XYZ14.88.0863.07-
YUV71.73207.16117.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.76%
GREEN value IS 52 (20.70% from 255) = 16.20%
BLUE value IS 212 (83.20% from 255) = 66.04%
R=17.76%
G=16.20%
B=66.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal57522120.730.7500.17241.8865.0451.76
Hex3934D4494B011f24134
Octal716432411111302136210164
Binary1110011101001101010010010011001011010001111100101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3934D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3934D4; }

 p { color: rgb(57,52,212); }

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

<style>
 a { background-color: #3934D4; }

 a { background-color: rgb(57,52,212); }

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

<style>
 span { border-color: #3934D4; }

 span { border-color: rgb(57,52,212); }

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