#3D4DD9

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

Shades of Free Speech Blue #3D4DD9

Tints of Free Speech Blue #3D4DD9

Color information

#3D4DD9 (or 0x3D4DD9) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 4D and D9. RGB value is (61,77,217). Sum of RGB (Red+Green+Blue) = 61+77+217=355 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.18% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 217 (85.16% from 255 or 61.13% from 355); Max value from RGB is 217 - color contains mainly: blue. Hex color #3D4DD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D4DD9 is #C2B226. Grayscale: #575757. Windows color (decimal): -12759591 or 14241085. OLE color: 14241085.

HSL color Cylindrical-coordinate representation of color #3D4DD9: hue angle of 233.85º 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 #3D4DD9 is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6177217-
CMYK0.720.6500.15
HSL233.85º67.24%54.51%-
HSV(B)233.85º71.89%85.1%-
XYZ17.111.3166.93-
YUV88.18200.7108.62-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.18%
GREEN value IS 77 (30.47% from 255) = 21.69%
BLUE value IS 217 (85.16% from 255) = 61.13%
R=17.18%
G=21.69%
B=61.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal61772170.720.6500.15233.8567.2454.51
Hex3D4DD948410Fea4337
Octal7511533111010101735210367
Binary1111011001101110110011001000100000101111111010101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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