#3D47BE

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

Shades of Free Speech Blue #3D47BE

Tints of Free Speech Blue #3D47BE

Color information

#3D47BE (or 0x3D47BE) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 47 and BE. RGB value is (61,71,190). Sum of RGB (Red+Green+Blue) = 61+71+190=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 190 (74.61% from 255 or 59.01% from 322); Max value from RGB is 190 - color contains mainly: blue. Hex color #3D47BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D47BE is #C2B841. Grayscale: #515151. Windows color (decimal): -12761154 or 12470077. OLE color: 12470077.

HSL color Cylindrical-coordinate representation of color #3D47BE: hue angle of 235.35º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D47BE is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6171190-
CMYK0.680.6300.25
HSL235.35º51.39%49.22%-
HSV(B)235.35º67.89%74.51%-
XYZ13.479.2249.78-
YUV81.58189.19113.32-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.94%
GREEN value IS 71 (28.12% from 255) = 22.05%
BLUE value IS 190 (74.61% from 255) = 59.01%
R=18.94%
G=22.05%
B=59.01%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal61711900.680.6300.25235.3551.3949.22
Hex3D47BE443F019eb3331
Octal75107276104770313536361
Binary111101100011110111110100010011111101100111101011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D47BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,71,190); }

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

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

 a { background-color: rgb(61,71,190); }

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

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

 span { border-color: rgb(61,71,190); }

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