#3D4DB1

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

Shades of Free Speech Blue #3D4DB1

Tints of Free Speech Blue #3D4DB1

Color information

#3D4DB1 (or 0x3D4DB1) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 4D and B1. RGB value is (61,77,177). Sum of RGB (Red+Green+Blue) = 61+77+177=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 177 (69.53% from 255 or 56.19% from 315); Max value from RGB is 177 - color contains mainly: blue. Hex color #3D4DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D4DB1 is #C2B24E. Grayscale: #535353. Windows color (decimal): -12759631 or 11619645. OLE color: 11619645.

HSL color Cylindrical-coordinate representation of color #3D4DB1: hue angle of 231.72º 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 #3D4DB1 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6177177-
CMYK0.660.5600.31
HSL231.72º48.74%46.67%-
HSV(B)231.72º65.54%69.41%-
XYZ12.519.4742.76-
YUV83.62180.7111.87-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.37%
GREEN value IS 77 (30.47% from 255) = 24.44%
BLUE value IS 177 (69.53% from 255) = 56.19%
R=19.37%
G=24.44%
B=56.19%

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
Decimal61771770.660.5600.31231.7248.7446.67
Hex3D4DB1423801Fe8312f
Octal75115261102700373506157
Binary111101100110110110001100001011100001111111101000110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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