#3d47d9

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

Shades of Free Speech Blue #3D47D9

Tints of Free Speech Blue #3D47D9

Color information

#3D47D9 (or 0x3D47D9) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 47 and D9. RGB value is (61,71,217). Sum of RGB (Red+Green+Blue) = 61+71+217=349 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.48% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 217 (85.16% from 255 or 62.18% from 349); Max value from RGB is 217 - color contains mainly: blue. Hex color #3D47D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D47D9 is #C2B826. Grayscale: #545454. Windows color (decimal): -12761127 or 14239549. OLE color: 14239549.

HSL color Cylindrical-coordinate representation of color #3D47D9: hue angle of 236.15º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D47D9 is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6171217-
CMYK0.720.6700.15
HSL236.15º67.24%54.51%-
HSV(B)236.15º71.89%85.1%-
XYZ16.710.5166.79-
YUV84.65202.69111.13-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.48%
GREEN value IS 71 (28.12% from 255) = 20.34%
BLUE value IS 217 (85.16% from 255) = 62.18%
R=17.48%
G=20.34%
B=62.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal61712170.720.6700.15236.1567.2454.51
Hex3D47D948430Fec4337
Octal7510733111010301735410367
Binary1111011000111110110011001000100001101111111011001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d47d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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