#3B47DF

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

Shades of Free Speech Blue #3B47DF

Tints of Free Speech Blue #3B47DF

Color information

#3B47DF (or 0x3B47DF) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 47 and DF. RGB value is (59,71,223). Sum of RGB (Red+Green+Blue) = 59+71+223=353 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.71% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #3B47DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B47DF is #C4B820. Grayscale: #545454. Windows color (decimal): -12892193 or 14632763. OLE color: 14632763.

HSL color Cylindrical-coordinate representation of color #3B47DF: hue angle of 235.61º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B47DF is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5971223-
CMYK0.740.6800.13
HSL235.61º71.93%55.29%-
HSV(B)235.61º73.54%87.45%-
XYZ17.3810.7670.97-
YUV84.74206.02109.64-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.71%
GREEN value IS 71 (28.12% from 255) = 20.11%
BLUE value IS 223 (87.5% from 255) = 63.17%
R=16.71%
G=20.11%
B=63.17%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal59712230.740.6800.13235.6171.9355.29
Hex3B47DF4A440Dec4837
Octal7310733711210401535411067
Binary1110111000111110111111001010100010001101111011001001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B47DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B47DF; }

 p { color: rgb(59,71,223); }

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

<style>
 a { background-color: #3B47DF; }

 a { background-color: rgb(59,71,223); }

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

<style>
 span { border-color: #3B47DF; }

 span { border-color: rgb(59,71,223); }

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