#3D5AD7

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

Shades of Free Speech Blue #3D5AD7

Tints of Free Speech Blue #3D5AD7

Color information

#3D5AD7 (or 0x3D5AD7) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 5A and D7. RGB value is (61,90,215). Sum of RGB (Red+Green+Blue) = 61+90+215=366 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.67% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 215 (84.38% from 255 or 58.74% from 366); Max value from RGB is 215 - color contains mainly: blue. Hex color #3D5AD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D5AD7 is #C2A528. Grayscale: #5F5F5F. Windows color (decimal): -12756265 or 14113341. OLE color: 14113341.

HSL color Cylindrical-coordinate representation of color #3D5AD7: hue angle of 228.7º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D5AD7 is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6190215-
CMYK0.720.5800.16
HSL228.7º65.81%54.12%-
HSV(B)228.7º71.63%84.31%-
XYZ17.8513.2165.9-
YUV95.58195.39103.34-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.67%
GREEN value IS 90 (35.55% from 255) = 24.59%
BLUE value IS 215 (84.38% from 255) = 58.74%
R=16.67%
G=24.59%
B=58.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal61902150.720.5800.16228.765.8154.12
Hex3D5AD7483A010e54236
Octal751323271107202034510266
Binary1111011011010110101111001000111010010000111001011000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,90,215); }

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

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

 a { background-color: rgb(61,90,215); }

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

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

 span { border-color: rgb(61,90,215); }

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