#3D4EB1

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

Shades of Free Speech Blue #3D4EB1

Tints of Free Speech Blue #3D4EB1

Color information

#3D4EB1 (or 0x3D4EB1) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 4E and B1. RGB value is (61,78,177). Sum of RGB (Red+Green+Blue) = 61+78+177=316 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.30% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 177 (69.53% from 255 or 56.01% from 316); Max value from RGB is 177 - color contains mainly: blue. Hex color #3D4EB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D4EB1 is #C2B14E. Grayscale: #535353. Windows color (decimal): -12759375 or 11619901. OLE color: 11619901.

HSL color Cylindrical-coordinate representation of color #3D4EB1: hue angle of 231.21º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D4EB1 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6178177-
CMYK0.660.5600.31
HSL231.21º48.74%46.67%-
HSV(B)231.21º65.54%69.41%-
XYZ12.589.6242.79-
YUV84.2180.37111.45-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.30%
GREEN value IS 78 (30.86% from 255) = 24.68%
BLUE value IS 177 (69.53% from 255) = 56.01%
R=19.30%
G=24.68%
B=56.01%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61781770.660.5600.31231.2148.7446.67
Hex3D4EB1423801Fe7312f
Octal75116261102700373476157
Binary111101100111010110001100001011100001111111100111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,78,177); }

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

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

 a { background-color: rgb(61,78,177); }

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

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

 span { border-color: rgb(61,78,177); }

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