#3d5ed2

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

Shades of Free Speech Blue #3D5ED2

Tints of Free Speech Blue #3D5ED2

Color information

#3D5ED2 (or 0x3D5ED2) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 5E and D2. RGB value is (61,94,210). Sum of RGB (Red+Green+Blue) = 61+94+210=365 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.71% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 210 (82.42% from 255 or 57.53% from 365); Max value from RGB is 210 - color contains mainly: blue. Hex color #3D5ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D5ED2 is #C2A12D. Grayscale: #606060. Windows color (decimal): -12755246 or 13786685. OLE color: 13786685.

HSL color Cylindrical-coordinate representation of color #3D5ED2: hue angle of 226.71º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D5ED2 is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6194210-
CMYK0.710.5500.18
HSL226.71º62.34%53.14%-
HSV(B)226.71º70.95%82.35%-
XYZ17.5613.6562.68-
YUV97.36191.57102.07-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.71%
GREEN value IS 94 (37.11% from 255) = 25.75%
BLUE value IS 210 (82.42% from 255) = 57.53%
R=16.71%
G=25.75%
B=57.53%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal61942100.710.5500.18226.7162.3453.14
Hex3D5ED24737012e33e35
Octal75136322107670223437665
Binary111101101111011010010100011111011101001011100011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d5ed2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,94,210); }

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

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

 a { background-color: rgb(61,94,210); }

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

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

 span { border-color: rgb(61,94,210); }

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